Skip to content
Snippets Groups Projects
Commit d7fad147 authored by John Chilton's avatar John Chilton
Browse files

Spelling fix - just testing if master branch passes CI still.

parent def34468
No related branches found
No related tags found
No related merge requests found
...@@ -83,7 +83,7 @@ class PulsarApp(object): ...@@ -83,7 +83,7 @@ class PulsarApp(object):
""" """
tool_config_files = conf.get("tool_config_files", None) tool_config_files = conf.get("tool_config_files", None)
if not tool_config_files: if not tool_config_files:
# For compatibity with Galaxy, allow tool_config_file # For compatibility with Galaxy, allow tool_config_file
# option name. # option name.
tool_config_files = conf.get("tool_config_file", None) tool_config_files = conf.get("tool_config_file", None)
toolbox = None toolbox = None
......
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