From bf457aafb0fb3bbcdca16665102d914193c0879f Mon Sep 17 00:00:00 2001 From: Jeremy Auguste <jeremy.auguste@dhcp-14.lidil.univ-mrs.fr> Date: Thu, 9 Nov 2017 15:37:31 +0100 Subject: [PATCH] Minor change --- oargen.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/oargen.py b/oargen.py index 1b03de9..a74bc37 100755 --- a/oargen.py +++ b/oargen.py @@ -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)) -- GitLab