Commit 262ba412 authored by Tristan Gingold's avatar Tristan Gingold

minor error message fix.

parent 4b45eeb5
......@@ -49,5 +49,5 @@ def load_sim_tool(tool_name):
logging.debug("Simulation tool to be used found: %s", tool_name)
return available_tools[tool_name]()
else:
raise Exception("Unknown simulation tool: %s" + tool_name
+ " Supported simulation tools are %s" + available_tools.keys())
raise Exception("Unknown simulation tool: " + tool_name
+ " Supported simulation tools are " + available_tools.keys())
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment