projects
/
contrib
/
Conifer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c0e409d
)
Stop appending periods to publisher/platform
author
Dan Scott
<dan@coffeecode.net>
Tue, 7 Apr 2020 17:04:11 +0000
(13:04 -0400)
committer
Dan 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
patch
|
blob
|
history
diff --git
a/tools/ebooks/prep_ebook_records.py
b/tools/ebooks/prep_ebook_records.py
index
a31df9e
..
220a1a2
100755
(executable)
--- a/
tools/ebooks/prep_ebook_records.py
+++ b/
tools/ebooks/prep_ebook_records.py
@@
-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: