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