Commit c0b78645 by Tobias Langer

Fixed error message.

parent 915ccea6
......@@ -81,7 +81,7 @@ def main():
p.wait()
except Exception as e:
print(e)
print('Failed running experiment: {}', experiment,
print('Failed running experiment: {}'.format(experiment),
file=sys.stderr)
sys.exit(1)
......
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