Skip to content
Snippets Groups Projects
Commit f12e862c authored by Stefan Reck's avatar Stefan Reck
Browse files

typo

parent dfe52c34
No related branches found
No related tags found
1 merge request!20Parser
......@@ -58,5 +58,5 @@ def setup_processor(infile, toml_file, detx_file=None):
def _get_verbose(key, d):
if key not in d:
raise KeyError(f"Unknown key {key} (available: {list(d.keys())}")
raise KeyError(f"Unknown key '{key}' (available: {list(d.keys())})")
return d[key]
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