Skip to content

Commit cd2e30b

Browse files
tsaloeffigies
authored andcommitted
Update niworkflows/func/util.py
Co-Authored-By: Chris Markiewicz <[email protected]>
1 parent 3fd5216 commit cd2e30b

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
@@ -156,7 +156,7 @@ def init_bold_reference_wf(
156156
("bold_mask", "inputnode.pre_mask"),
157157
]),
158158
(inputnode, validate, [(("bold_file", ensure_list), "in_file")]),
159-
(inputnode, gen_ref, [(("sbref_file", ensure_list), "sbref_file")]),
159+
(inputnode, gen_ref, [("sbref_file", "sbref_file")]),
160160
(inputnode, calc_dummy_scans, [("dummy_scans", "dummy_scans")]),
161161
(validate, gen_ref, [("out_file", "in_file")]),
162162
(gen_ref, enhance_and_skullstrip_bold_wf, [

0 commit comments

Comments
 (0)