Skip to content

Commit c7ceccf

Browse files
committed
fix: forgotten ubound variable
1 parent cc4796e commit c7ceccf

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
@@ -224,7 +224,7 @@ def init_func_preproc_wf(bold_file):
224224

225225
# By default, force-bbr for t2s_coreg unless user specifies otherwise
226226
if config.workflow.t2s_coreg and config.workflow.use_bbr is None:
227-
use_bbr = True
227+
config.workflow.use_bbr.use_bbr = True
228228

229229
# Build workflow
230230
workflow = Workflow(name=wf_name)

0 commit comments

Comments
 (0)