Skip to content
Snippets Groups Projects
Commit bf457aaf authored by Jeremy Auguste's avatar Jeremy Auguste
Browse files

Minor change

parent e7554566
No related branches found
No related tags found
No related merge requests found
......@@ -62,7 +62,8 @@ def main():
command.append(ressources)
if args.besteffort:
command.append("-t besteffort -t idempotent")
command.append("-t besteffort")
command.append("-t idempotent")
if args.checkpoint is not None:
command.append("--checkpoint {}".format(args.checkpoint))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment