Commit 10dd9f99 by Tobias Langer

Added missing bracket.

parent 6423a0f6
...@@ -105,7 +105,7 @@ def main(): ...@@ -105,7 +105,7 @@ def main():
experiment = json.loads(descr_json) experiment = json.loads(descr_json)
try: try:
template_path = os.path.join(cwd, experiment['template'] template_path = os.path.join(cwd, experiment['template'])
except KeyError: except KeyError:
print('Experiment file doesn\'t specify template, aborting…', print('Experiment file doesn\'t specify template, aborting…',
file=sys.stderr) file=sys.stderr)
......
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 sign in to comment