Skip to content

Commit da07abb

Browse files
tsaloeffigies
andcommitted
Update niworkflows/func/util.py
Co-Authored-By: Chris Markiewicz <[email protected]>
1 parent 3230b72 commit da07abb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

niworkflows/func/util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ def init_bold_reference_wf(omp_nthreads, bold_file=None, pre_mask=False,
135135
workflow.connect([
136136
(inputnode, enhance_and_skullstrip_bold_wf, [('bold_mask', 'inputnode.pre_mask')]),
137137
(inputnode, validate, [(('bold_file', ensure_list), 'in_file')]),
138-
(inputnode, gen_ref, [(('sbref_file', ensure_list), 'sbref_file')]),
138+
(inputnode, gen_ref, [('sbref_file', 'sbref_file')]),
139139
(inputnode, calc_dummy_scans, [('dummy_scans', 'dummy_scans')]),
140140
(validate, gen_ref, [('out_file', 'in_file')]),
141141
(gen_ref, enhance_and_skullstrip_bold_wf, [('ref_image', 'inputnode.in_file')]),

0 commit comments

Comments
 (0)