Commit bf85c79a authored by Antoine Catton's avatar Antoine Catton

Minor fix: the two promises had the same name

parent 80f47c8b
......@@ -697,7 +697,7 @@ exit 0""")
exit 0""")
os.chmod(succeed, 0777)
succeed_2 = os.path.join(promise_path, 'succeed')
succeed_2 = os.path.join(promise_path, 'succeed_2')
with open(succeed_2, 'w') as f:
f.write("""#!/usr/bin/env sh
exit 0""")
......
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 to comment