Skip to content

Commit bc0313a

Browse files
committed
pass the args to make_tool, closes #181
1 parent 2498dc6 commit bc0313a

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
@@ -607,7 +607,7 @@ def main(argsl=None,
607607
return 0
608608

609609
tool = make_tool(document_loader, avsc_names, metadata, uri,
610-
makeTool, {})
610+
makeTool, vars(args))
611611
except (validate.ValidationException) as exc:
612612
_logger.error(u"Tool definition failed validation:\n%s", exc,
613613
exc_info=args.debug)

0 commit comments

Comments
 (0)