mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-04 02:09:35 +02:00
fixed python call
This commit is contained in:
parent
7fa54dfd9b
commit
377d682b84
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ if __name__ == '__main__':
|
||||||
html_dir = sys.argv[2]
|
html_dir = sys.argv[2]
|
||||||
output_dir = sys.argv[3]
|
output_dir = sys.argv[3]
|
||||||
|
|
||||||
os.mkdirs(output_dir)
|
os.makedirs(output_dir)
|
||||||
for lang in collect_languages(html_dir):
|
for lang in collect_languages(html_dir):
|
||||||
epub = os.path.join(output_dir, 'intro_' + lang + '.epub')
|
epub = os.path.join(output_dir, 'intro_' + lang + '.epub')
|
||||||
if os.path.exists(epub):
|
if os.path.exists(epub):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue