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 b3e0df4 commit 8474d1fCopy full SHA for 8474d1f
neo/rawio/spikeglxrawio.py
@@ -250,7 +250,7 @@ def scan_files(dirname):
250
info_list.append(info)
251
252
if bin_filename.stat().st_size != meta['fileSizeBytes']:
253
- raise warnings.warn('.meta file has faulty value for .bin file size on disc')
+ warnings.warn('.meta file has faulty value for .bin file size on disc')
254
255
return info_list
256
0 commit comments