Skip to content

Commit

Permalink
changed message
Browse files Browse the repository at this point in the history
  • Loading branch information
kapilkd13 committed Mar 3, 2017
1 parent 19f61cf commit f4013f8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cwltool/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,6 @@ def load_job_order(args, t, stdin, print_input_deps=False, relative_deps=False,
if toolparser:
if args.tool_help:
toolparser.print_help()

return 0
cmd_line = vars(toolparser.parse_args(args.job_order))
for record_name in records:
Expand Down Expand Up @@ -631,7 +630,7 @@ def main(argsl=None, # type: List[str]
setattr(args, "workflow", "CWLFile")
else:
_logger.error("")
_logger.error("CWL document required, No input file was passed\n")
_logger.error("CWL document required, no input file was provided")
arg_parser().print_help()
return 1
if args.relax_path_checks:
Expand Down

0 comments on commit f4013f8

Please sign in to comment.