Skip to content

Commit fa402de

Browse files
authored
Update fmriprep/utils/bids.py
1 parent 1253d28 commit fa402de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fmriprep/utils/bids.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ def dismiss_echo(entities=None):
333333
entities = []
334334

335335
echo_idx = config.execution.echo_idx
336-
if (echo_idx is None) or (len(listify(echo_idx)) > 2):
336+
if echo_idx is None or len(listify(echo_idx)) > 2:
337337
entities.append("echo")
338338

339339
return entities

0 commit comments

Comments
 (0)