Stop appending periods to publisher/platform
authorDan Scott <dan@coffeecode.net>
Tue, 7 Apr 2020 17:04:11 +0000 (13:04 -0400)
committerDan Scott <dan@coffeecode.net>
Tue, 7 Apr 2020 17:04:11 +0000 (13:04 -0400)
Signed-off-by: Dan Scott <dan@coffeecode.net>
tools/ebooks/prep_ebook_records.py

index a31df9e..220a1a2 100755 (executable)
@@ -272,7 +272,7 @@ def check_options(options):
     }
 
     clean_opts = dict()
-    clean_opts["publisher"] = append_period(options["--publisher"])
+    clean_opts["publisher"] = options["--publisher"]
 
     for optkey, optval in _bool_opts.items():
         if optkey in options: