Skip to content

Commit 8731130

Browse files
tjelvar-olssonmr-c
authored andcommitted
Update print statements to print function calls
To make the code more Python 3 compatible.
1 parent 77f3c17 commit 8731130

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cwltool/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ def load_job_order(args, t, stdin, print_input_deps=False, relative_deps=False,
470470

471471
if not job_order_object and len(t.tool["inputs"]) > 0:
472472
if toolparser:
473-
print(u"\nOptions for %s " % args.workflow)
473+
print(u"\nOptions for {} ".format(args.workflow))
474474
toolparser.print_help()
475475
_logger.error("")
476476
_logger.error("Input object required, use --help for details")

0 commit comments

Comments
 (0)