Skip to content

Commit 7ddadd5

Browse files
authored
Update niworkflows/utils/bids.py
1 parent f622725 commit 7ddadd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

niworkflows/utils/bids.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ def collect_data(
263263

264264
# Special case: multi-echo BOLD, grouping echos
265265
if (
266-
group_me
266+
group_echos
267267
and "bold" in subj_data
268268
and any(["_echo-" in bold for bold in subj_data["bold"]])
269269
):

0 commit comments

Comments
 (0)