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 e5c902b commit 7a9a8fcCopy full SHA for 7a9a8fc
mne_bids/read.py
@@ -937,7 +937,7 @@ def read_raw_bids(
937
'"bids_path" must be a BIDSPath object. Please '
938
"instantiate using mne_bids.BIDSPath()."
939
)
940
- for required in ['root', 'subject', 'task']:
+ for required in ["root", "subject", "task"]:
941
if not getattr(bids_path, required):
942
raise RuntimeError(
943
'"bids_path" must contain `root`, `subject`, and `task` '
0 commit comments