Commit 125e1a93 by Tobias Langer

Fixed counter.

parent 4a14e351
......@@ -85,7 +85,7 @@ def main():
descr_json = experiment_description.read()
experiment = json.loads(descr_json)
print('[{}/{}] Creating experiment {}:'.format(num,
print('[{}/{}] Creating experiment {}:'.format(num + 1,
len(args.description),
experiment['name']),
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