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 da37abb commit f16ce89Copy full SHA for f16ce89
pydra/compose/shell/builder.py
@@ -512,6 +512,9 @@ def from_type_str(type_str) -> type:
512
f"Found unknown token {token!r} in command line template: {template}"
513
)
514
515
+ if option:
516
+ raise ValueError(f"Found an option without a field: {option!r}")
517
+
518
remaining_pos = remaining_positions(arguments, len(arguments) + 1, 1)
519
520
for argument in arguments:
0 commit comments