Skip to content

Commit 9a4b7b1

Browse files
authored
Remove spurious "job_order" parameter when parameters are provided on the (#350)
command line.
1 parent 23d1f32 commit 9a4b7b1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cwltool/main.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -470,6 +470,8 @@ def load_job_order(args, t, stdin, print_input_deps=False, relative_deps=False,
470470
else:
471471
job_order_object = {"id": args.workflow}
472472

473+
del cmd_line["job_order"]
474+
473475
job_order_object.update({namemap[k]: v for k, v in cmd_line.items()})
474476

475477
if _logger.isEnabledFor(logging.DEBUG):

0 commit comments

Comments
 (0)