File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ def main():
129
129
help = "build test dependencies before running tests "
130
130
"(default: true)" )
131
131
parser .add_argument ("--target" ,
132
- type = argparse .types .ShellSplitType ,
132
+ type = argparse .types .ShellSplitType () ,
133
133
action = argparse .actions .AppendAction ,
134
134
dest = "targets" ,
135
135
help = "stdlib deployment targets to test. Accept "
@@ -141,7 +141,7 @@ def main():
141
141
choices = TEST_SUBSETS , default = 'primary' ,
142
142
help = "test subset (default: primary)" )
143
143
parser .add_argument ("--param" ,
144
- type = argparse .types .ShellSplitType ,
144
+ type = argparse .types .ShellSplitType () ,
145
145
action = argparse .actions .AppendAction ,
146
146
default = [],
147
147
help = "key=value parameters they are directly passed "
You can’t perform that action at this time.
0 commit comments