We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0734b31 commit 13bda2eCopy full SHA for 13bda2e
neo/rawio/spikeglxrawio.py
@@ -256,7 +256,7 @@ def scan_files(dirname):
256
info['meta_file'] = str(meta_filename)
257
info['bin_file'] = str(bin_filename)
258
info_list.append(info)
259
-
+
260
# Let see if this will be anoying or not.
261
if bin_filename.stat().st_size != meta['fileSizeBytes']:
262
warnings.warn('.meta file has faulty value for .bin file size on disc')
0 commit comments