Skip to content

Commit 102eb3d

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent fa7d989 commit 102eb3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mne_bids/path.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2548,7 +2548,7 @@ def _return_root_paths(root, datatype=None, ignore_json=True, ignore_nosub=False
25482548
else:
25492549
if datatype is not None:
25502550
datatype = _ensure_tuple(datatype)
2551-
search_str = f'**/{"|".join(datatype)}/*'
2551+
search_str = f"**/{'|'.join(datatype)}/*"
25522552

25532553
# I think this one is more appropriate
25542554
search_str = search_str + ".*"

0 commit comments

Comments
 (0)