1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

some fixes to testing

This commit is contained in:
Tim Moody 2019-11-30 10:38:09 -05:00
parent 9c1ee8474f
commit ae4e17ef1b
2 changed files with 4 additions and 3 deletions

View file

@ -77,7 +77,7 @@ def read_library_xml(lib_xml_file, kiwix_exclude_attr=[""]): # duplicated from i
zims_installed = {}
return zims_installed, path_to_id_map
def rem_libr_xml(id):
def rem_libr_xml(id, kiwix_library_xml):
command = CONST.kiwix_manage + " " + kiwix_library_xml + " remove " + id
#print command
args = shlex.split(command)