1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-03 09:49:19 +02:00

fixed python call

This commit is contained in:
Nikolay Pultsin 2014-12-18 20:51:54 +00:00
parent 7fa54dfd9b
commit 377d682b84

View file

@ -54,7 +54,7 @@ if __name__ == '__main__':
html_dir = sys.argv[2]
output_dir = sys.argv[3]
os.mkdirs(output_dir)
os.makedirs(output_dir)
for lang in collect_languages(html_dir):
epub = os.path.join(output_dir, 'intro_' + lang + '.epub')
if os.path.exists(epub):