Skip to content

Commit ae23fc8

Browse files
committed
Update base.py
1 parent b8e292d commit ae23fc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fmriprep/workflows/bold/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -695,7 +695,7 @@ def init_bold_wf(
695695
name='carpetplot_wf',
696696
)
697697

698-
if spaces.get_spaces(cifti=True):
698+
if spaces.get_spaces(cifti=(True,)):
699699
workflow.connect(
700700
bold_grayords_wf, 'outputnode.cifti_bold', carpetplot_wf, 'inputnode.cifti_bold',
701701
) # fmt:skip

0 commit comments

Comments
 (0)