Skip to content

Commit bbb8b5c

Browse files
committed
FIX: Output extension
1 parent 93fa6d4 commit bbb8b5c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

nibabies/interfaces/workbench.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1654,9 +1654,8 @@ class SurfaceVertexAreasInputSpec(CommandLineInputSpec):
16541654
desc="Input surface",
16551655
)
16561656
out_file = File(
1657-
name_template="%s_va.shape",
1657+
name_template="%s.shape.gii",
16581658
name_source="in_file",
1659-
keep_extension=True,
16601659
position=1,
16611660
argstr="%s",
16621661
desc="Output vertex areas",

0 commit comments

Comments
 (0)