fnp
/
librarian.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Minor fixes.
[librarian.git]
/
librarian
/
book2anything.py
diff --git
a/librarian/book2anything.py
b/librarian/book2anything.py
index
20cae8f
..
55ab599
100755
(executable)
--- a/
librarian/book2anything.py
+++ b/
librarian/book2anything.py
@@
-125,7
+125,7
@@
class Book2Anything(object):
if not (options.output_file or options.output_dir):
output_file = os.path.splitext(main_input)[0] + '.' + cls.ext
else:
if not (options.output_file or options.output_dir):
output_file = os.path.splitext(main_input)[0] + '.' + cls.ext
else:
- output_file =
Non
e
+ output_file =
options.output_fil
e
# Do the transformation.
doc = WLDocument.from_file(main_input, provider=provider, **parser_args)
# Do the transformation.
doc = WLDocument.from_file(main_input, provider=provider, **parser_args)