Skip to content

Commit d44b201

Browse files
Update examples/convert_empty_room.py
Co-authored-by: Richard Höchenberger <[email protected]>
1 parent eb55ae6 commit d44b201

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/convert_empty_room.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
data_path = sample.data_path()
4343
raw_fname = data_path / "MEG" / "sample" / "sample_audvis_raw.fif"
4444

45-
bids_root = data_path / ".." / "MNE-sample-data-bids"
45+
bids_root = data_path.parent / "MNE-sample-data-bids"
4646

4747
# %%
4848
# To ensure the output path doesn't contain any leftover files from previous

0 commit comments

Comments
 (0)