Skip to content

Commit feff67b

Browse files
authored
Update base.py
1 parent a266d90 commit feff67b

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
@@ -366,7 +366,7 @@ def init_func_preproc_wf(bold_file, ignore, freesurfer,
366366
name='summary', mem_gb=DEFAULT_MEMORY_MIN_GB, run_without_submitting=True)
367367

368368
# CIfTI output: currently, we only support fsaverage{5,6}
369-
cifti_spaces = [s for s in surface_spaces if s in ('fsaverage5', 'fsaverage6')]
369+
cifti_spaces = [s for s in output_spaces if s in ('fsaverage5', 'fsaverage6')]
370370
cifti_output = cifti_output and cifti_spaces
371371
func_derivatives_wf = init_func_derivatives_wf(output_dir=output_dir,
372372
output_spaces=output_spaces,

0 commit comments

Comments
 (0)