Skip to content
Snippets Groups Projects
Commit 7e5f24f6 authored by Johannes Schumann's avatar Johannes Schumann
Browse files

Fixed typo

parent 64d68c2a
No related branches found
No related tags found
1 merge request!1Merge python environment
Pipeline #9643 passed
......@@ -27,7 +27,7 @@ log = get_logger(basename(__file__))
if not is_singularity_version_greater(
MIN_SINGULARITY_VERSION): # pragma: no cover
log.error("Singularity version lower than %" % MIN_SINGULARITY_VERSION)
log.error("Singularity version lower than %s" % MIN_SINGULARITY_VERSION)
raise OSError("Singularity version below %s" % MIN_SINGULARITY_VERSION)
GIBUU_SHELL = """
......
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