Skip to content

Commit 8ac9c62

Browse files
committed
FIX: SyntaxError
1 parent f64962b commit 8ac9c62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

smriprep/workflows/surfaces.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,7 @@ def init_segs_to_native_wf(*, name="segs_to_native", segmentation="aseg"):
607607
# and convert to NIfTI while we're at it
608608
resample = pe.Node(
609609
fs.ApplyVolTransform(transformed_file="seg.nii.gz", interp="nearest"),
610-
name="resample")
610+
name="resample",
611611
)
612612

613613
if segmentation.startswith("aparc"):

0 commit comments

Comments
 (0)