Skip to content

Commit 9409dbd

Browse files
committed
fix regression
1 parent a2ea4e8 commit 9409dbd

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
@@ -301,7 +301,7 @@ def generate_parser(toolparser, tool, namemap):
301301
typekw = {}
302302

303303
toolparser.add_argument( # type: ignore
304-
args=flag + name, required=required, help=ahelp, action=action,
304+
flag + name, required=required, help=ahelp, action=action,
305305
default=default, **typekw)
306306

307307
return toolparser

0 commit comments

Comments
 (0)