Skip to content

Commit 8f31933

Browse files
authored
FIX: Correct field name (#233)
1 parent be1dfcb commit 8f31933

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nibabies/workflows/bold/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1150,7 +1150,7 @@ def _dpop(list_of_lists):
11501150
]),
11511151
# remaining workflow connections
11521152
(join_sdc_echos, final_boldref_wf, [
1153-
("corrected", "inputnode.bold_file"),
1153+
("corrected", "inputnode.in_files"),
11541154
]),
11551155
(join_sdc_echos, bold_t2s_wf, [
11561156
(("corrected_mask", pop_file), "inputnode.bold_mask"),

0 commit comments

Comments
 (0)