Skip to content

Commit 620ce08

Browse files
committed
ENH: Use less strict new Query value
1 parent 61a1df9 commit 620ce08

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
@@ -150,7 +150,7 @@ def collect_participants(
150150
def collect_data(
151151
bids_dir,
152152
participant_label,
153-
session_id=Query.ANY,
153+
session_id=Query.OPTIONAL,
154154
task=None,
155155
echo=None,
156156
bids_validate=True,

0 commit comments

Comments
 (0)