1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 11:42:08 +00:00

wrong variable name

This commit is contained in:
Tim Moody 2018-09-18 09:09:35 -04:00
parent d7200469f9
commit 56e2d807c0

View file

@ -176,7 +176,7 @@ def add_libr_xml(kiwix_library_xml, zim_path, zimname, zimidx):
outp = subprocess.check_output(args)
except: #skip things that don't work
print 'skipping ' + filename
print 'skipping ' + zimname
pass
def init():