Commit ae2d8320 authored by Éric Araujo's avatar Éric Araujo

Fix typo from r85874

parent 5bc16860
......@@ -181,7 +181,7 @@ def _EndRecData64(fpin, offset, endrec):
return endrec
if diskno != 0 or disks != 1:
raise BadZipZile("zipfiles that span multiple disks are not supported")
raise BadZipFile("zipfiles that span multiple disks are not supported")
# Assume no 'zip64 extensible data'
fpin.seek(offset - sizeEndCentDir64Locator - sizeEndCentDir64, 2)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment