Skip to content

Commit 13bda2e

Browse files
Update spikeglxrawio.py
1 parent 0734b31 commit 13bda2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neo/rawio/spikeglxrawio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ def scan_files(dirname):
256256
info['meta_file'] = str(meta_filename)
257257
info['bin_file'] = str(bin_filename)
258258
info_list.append(info)
259-
259+
260260
# Let see if this will be anoying or not.
261261
if bin_filename.stat().st_size != meta['fileSizeBytes']:
262262
warnings.warn('.meta file has faulty value for .bin file size on disc')

0 commit comments

Comments
 (0)