1
0
Fork 0
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:
A Holt 2018-09-18 13:49:18 -04:00 committed by GitHub
commit 44258b140c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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():