Skip to content

Commit 9f507a2

Browse files
committed
roll back validate=False
1 parent 1635f4e commit 9f507a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fmriprep/cli/run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,7 @@ def build_workflow(opts, retval):
607607

608608
# First check that bids_dir looks like a BIDS folder
609609
bids_dir = os.path.abspath(opts.bids_dir)
610-
layout = BIDSLayout(bids_dir, validate=not opts.skip_bids_validation)
610+
layout = BIDSLayout(bids_dir, validate=False)
611611
subject_list = collect_participants(
612612
layout, participant_label=opts.participant_label)
613613

0 commit comments

Comments
 (0)