Skip to content

Commit f4013f8

Browse files
committed
changed message
1 parent 19f61cf commit f4013f8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cwltool/main.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,6 @@ 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-
436435
return 0
437436
cmd_line = vars(toolparser.parse_args(args.job_order))
438437
for record_name in records:
@@ -631,7 +630,7 @@ def main(argsl=None, # type: List[str]
631630
setattr(args, "workflow", "CWLFile")
632631
else:
633632
_logger.error("")
634-
_logger.error("CWL document required, No input file was passed\n")
633+
_logger.error("CWL document required, no input file was provided")
635634
arg_parser().print_help()
636635
return 1
637636
if args.relax_path_checks:

0 commit comments

Comments
 (0)