Skip to content

Commit f4a19a5

Browse files
committed
Fix connection.
1 parent 5e036db commit f4a19a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fmriprep/workflows/bold/resampling.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -738,7 +738,7 @@ def init_bold_fsLR_resampling_wf(
738738
]) # fmt:skip
739739
else:
740740
# Won't have any effect if goodvoxels_mask is Undefined.
741-
workflow.connect([(inputnode, volume_to_surface, ('goodvoxels_mask', 'volume_roi'))])
741+
workflow.connect([(inputnode, volume_to_surface, [('goodvoxels_mask', 'volume_roi')])])
742742

743743
return workflow
744744

0 commit comments

Comments
 (0)