We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 783656e commit f217502Copy full SHA for f217502
pydra/engine/specs.py
@@ -1135,7 +1135,7 @@ def _command_pos_args(
1135
cmd_add += self._format_arg(field, value)
1136
return field.position, cmd_add
1137
1138
- def _format_arg(self, field: shell.arg, value: ty.Any, tp: type) -> list[str]:
+ def _format_arg(self, field: shell.arg, value: ty.Any) -> list[str]:
1139
"""Returning arguments used to specify the command args for a single inputs"""
1140
if (
1141
field.argstr.endswith("...")
0 commit comments