fnp
/
librarian.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b63df5
)
ancient typo in unused code
author
Jan Szejko
<janek37@gmail.com>
Mon, 23 Oct 2017 13:33:22 +0000
(15:33 +0200)
committer
Jan Szejko
<janek37@gmail.com>
Mon, 23 Oct 2017 13:42:30 +0000
(15:42 +0200)
librarian/parser.py
patch
|
blob
|
history
diff --git
a/librarian/parser.py
b/librarian/parser.py
index
b312da8
..
43cb0a9
100644
(file)
--- a/
librarian/parser.py
+++ b/
librarian/parser.py
@@
-221,7
+221,7
@@
class WLDocument(object):
save_path = output_dir_path
if make_author_dir:
save_path = os.path.join(save_path, unicode(self.book_info.author).encode('utf-8'))
- save_path = os.path.join(save_path, self.book_info.ur
i
.slug)
+ save_path = os.path.join(save_path, self.book_info.ur
l
.slug)
if ext:
save_path += '.%s' % ext
else: