Skip to content

Commit fc107c8

Browse files
NicolasGensollentclose
authored andcommitted
add missing decorator to Eddy output specs (#64)
1 parent 44e9333 commit fc107c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pydra/tasks/fsl/eddy/eddy.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,7 @@ class EddySpec(ShellSpec):
258258
verbose: bool = field(metadata={"help_string": "enable verbose logging", "argstr": "--verbose"})
259259

260260

261+
@define(slots=False, kw_only=True)
261262
class EddyOutSpec(ShellOutSpec):
262263
"""Output specification for eddy."""
263264

0 commit comments

Comments
 (0)