Skip to content

Commit

Permalink
revert _filenames change for ReadSegmentFileProtector
Browse files Browse the repository at this point in the history
  • Loading branch information
sappelhoff committed Nov 28, 2024
1 parent f1b5360 commit c40c6f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mne/io/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -2629,7 +2629,7 @@ class _ReadSegmentFileProtector:
def __init__(self, raw):
self.__raw = raw
assert hasattr(raw, "_projector")
self.filenames = raw.filenames
self._filenames = raw._filenames
self._raw_extras = raw._raw_extras

def _read_segment_file(self, data, idx, fi, start, stop, cals, mult):
Expand Down

0 comments on commit c40c6f4

Please sign in to comment.