Skip to content

Commit cd702c1

Browse files
committed
unquoted formatter function in SurfaceTransform
1 parent 1d238f7 commit cd702c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pydra/tasks/freesurfer/v8/utils/surface_transform.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ class SurfaceTransform(shell.Task["SurfaceTransform.Outputs"]):
105105
requires=["source_file"],
106106
)
107107
target_type: ty.Any = shell.arg(
108-
help="output format", formatter="target_type_formatter"
108+
help="output format", formatter=target_type_formatter
109109
)
110110
reshape: bool = shell.arg(
111111
help="reshape output surface to conform with Nifti", argstr="--reshape"

0 commit comments

Comments
 (0)