Skip to content
Snippets Groups Projects
Commit c74710d5 authored by Karl-Hermann Wieners's avatar Karl-Hermann Wieners
Browse files

Fixed error message for missing option config (missing space, wrong name)

parent 1df46bba
No related branches found
No related tags found
No related merge requests found
......@@ -359,8 +359,8 @@ class ExpConfig(ConfigObj):
split_jobs(pre_config)
register_version(pre_config, config_versions)
else:
feedback.warning("cannot find option config for '%s', using"+
"default/experiment only", experiment_type)
feedback.warning("cannot find config for option '%s', using "+
"default/experiment type only", option)
# Read host environment settings from library
......
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