We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b895de commit 48caaebCopy full SHA for 48caaeb
fmriprep/cli/parser.py
@@ -82,7 +82,7 @@ def _bids_filter(value, parser):
82
PathExists = partial(_path_exists, parser=parser)
83
IsFile = partial(_is_file, parser=parser)
84
PositiveInt = partial(_min_one, parser=parser)
85
- BIDSFilter = partial(_bids_filter, parser=_bids_filter)
+ BIDSFilter = partial(_bids_filter, parser=parser)
86
87
# Arguments as specified by BIDS-Apps
88
# required, positional arguments
0 commit comments