Skip to content

Commit fdb9ae4

Browse files
Saksham20JuliaSprenger
authored andcommitted
filesize check
1 parent 5296d76 commit fdb9ae4

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
@@ -249,7 +249,7 @@ def scan_files(dirname):
249249
info_list.append(info)
250250

251251
if bin_filename.stat().st_size != meta['fileSizeBytes']:
252-
raise Exception('.meta file has faulty value for .bin filesize')
252+
raise Exception('.meta file has faulty value for .bin file size on disc')
253253

254254
return info_list
255255

0 commit comments

Comments
 (0)