Skip to content

Commit fe23060

Browse files
committed
FIX: Output name typo
1 parent fbaf10f commit fe23060

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nibabies/workflows/bold/boldref.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def init_infant_epi_reference_wf(
7171
# fmt:on
7272
if not is_sbref:
7373
select_frames = pe.Node(
74-
niu.Function(function=_select_frames, output_names=['t_mask']),
74+
niu.Function(function=_select_frames, output_names=['t_masks']),
7575
name='select_frames',
7676
)
7777
select_frames.inputs.start_frame = start_frame

0 commit comments

Comments
 (0)