Skip to content

Commit

Permalink
Update base.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed Aug 6, 2024
1 parent b8e292d commit ae23fc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fmriprep/workflows/bold/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -695,7 +695,7 @@ def init_bold_wf(
name='carpetplot_wf',
)

if spaces.get_spaces(cifti=True):
if spaces.get_spaces(cifti=(True,)):
workflow.connect(
bold_grayords_wf, 'outputnode.cifti_bold', carpetplot_wf, 'inputnode.cifti_bold',
) # fmt:skip
Expand Down

0 comments on commit ae23fc8

Please sign in to comment.