Skip to content

Commit a648911

Browse files
committed
fix non rawio tests
1 parent 5935c89 commit a648911

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

neo/rawio/intanrawio.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,8 @@ def _source_name(self):
113113
return self.filename
114114

115115
def _parse_header(self):
116-
116+
117+
self.filename = Path(self.filename)
117118

118119
# Input checks
119120
if not self.filename.is_file():

0 commit comments

Comments
 (0)