Skip to content

Commit

Permalink
ENH: Use less strict new Query value
Browse files Browse the repository at this point in the history
  • Loading branch information
mgxd committed Mar 29, 2022
1 parent 61a1df9 commit 620ce08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion niworkflows/utils/bids.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ def collect_participants(
def collect_data(
bids_dir,
participant_label,
session_id=Query.ANY,
session_id=Query.OPTIONAL,
task=None,
echo=None,
bids_validate=True,
Expand Down

0 comments on commit 620ce08

Please sign in to comment.