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 1d238f7 commit cd702c1Copy full SHA for cd702c1
pydra/tasks/freesurfer/v8/utils/surface_transform.py
@@ -105,7 +105,7 @@ class SurfaceTransform(shell.Task["SurfaceTransform.Outputs"]):
105
requires=["source_file"],
106
)
107
target_type: ty.Any = shell.arg(
108
- help="output format", formatter="target_type_formatter"
+ help="output format", formatter=target_type_formatter
109
110
reshape: bool = shell.arg(
111
help="reshape output surface to conform with Nifti", argstr="--reshape"
0 commit comments