Skip to content

Commit 19f61cf

Browse files
committed
removed a print statement put by mistake
1 parent 102ba7f commit 19f61cf

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
@@ -432,7 +432,7 @@ def load_job_order(args, t, stdin, print_input_deps=False, relative_deps=False,
432432
if toolparser:
433433
if args.tool_help:
434434
toolparser.print_help()
435-
print("this is print help")
435+
436436
return 0
437437
cmd_line = vars(toolparser.parse_args(args.job_order))
438438
for record_name in records:

0 commit comments

Comments
 (0)