Skip to content
Snippets Groups Projects
Commit 3d7eda89 authored by Loraine Gueguen's avatar Loraine Gueguen
Browse files

minor fix

parent b59d2a28
No related branches found
No related tags found
2 merge requests!24Run wf,!18Release v2.1.0
......@@ -108,7 +108,7 @@ class LoadData(speciesData.SpeciesData):
existing = gio.libraries.get_previews(name=constants.GALAXY_LIBRARY_NAME)
for lib in existing:
if not lib.deleted:
logging.info('Pre-existing {0} library {1}} found, removing it'.format(constants.GALAXY_LIBRARY_NAME, lib.id))
logging.info('Pre-existing {0} library {1} found, removing it'.format(constants.GALAXY_LIBRARY_NAME, lib.id))
gio.libraries.delete(lib.id)
logging.info("Creating new %s library" % constants.GALAXY_LIBRARY_NAME)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment