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:
parent
9c1ee8474f
commit
ae4e17ef1b
2 changed files with 4 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue