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:
parent
d7200469f9
commit
56e2d807c0
1 changed files with 1 additions and 1 deletions
|
@ -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():
|
||||
|
|
Loading…
Reference in a new issue