mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Merge pull request #1138 from tim-moody/mk-kiw-sept-18
Wrong variable name [in iiab-make-kiwix-lib]
This commit is contained in:
commit
44258b140c
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)
|
outp = subprocess.check_output(args)
|
||||||
|
|
||||||
except: #skip things that don't work
|
except: #skip things that don't work
|
||||||
print 'skipping ' + filename
|
print 'skipping ' + zimname
|
||||||
pass
|
pass
|
||||||
|
|
||||||
def init():
|
def init():
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue