Commit 10dd9f99 by Tobias Langer

Added missing bracket.

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