Skip to content

Commit

Permalink
removed a print statement put by mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
kapilkd13 committed Mar 3, 2017
1 parent 102ba7f commit 19f61cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cwltool/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ def load_job_order(args, t, stdin, print_input_deps=False, relative_deps=False,
if toolparser:
if args.tool_help:
toolparser.print_help()
print("this is print help")

return 0
cmd_line = vars(toolparser.parse_args(args.job_order))
for record_name in records:
Expand Down

0 comments on commit 19f61cf

Please sign in to comment.