Skip to content

Commit 3621ecf

Browse files
NxNikizm711
andauthored
Update neo/rawio/neuralynxrawio/neuralynxrawio.py
Co-authored-by: Zach McKenzie <[email protected]>
1 parent c554ef3 commit 3621ecf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

neo/rawio/neuralynxrawio/neuralynxrawio.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,6 @@ def _parse_header(self):
231231
stream_props = {} # {(sampling_rate, n_samples, t_start): {stream_id: [filenames]}
232232

233233
for filename in full_filenames:
234-
filename = os.path.join(self.dirname, filename)
235234
_, ext = os.path.splitext(filename)
236235
ext = ext[1:] # remove dot
237236
ext = ext.lower() # make lower case for comparisons

0 commit comments

Comments
 (0)