Fix typo from r85874

This commit is contained in:
Éric Araujo 2010-10-28 13:49:17 +00:00
parent 5bc168600a
commit ae2d8320a5

View file

@ -181,7 +181,7 @@ def _EndRecData64(fpin, offset, endrec):
return endrec return endrec
if diskno != 0 or disks != 1: 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' # Assume no 'zip64 extensible data'
fpin.seek(offset - sizeEndCentDir64Locator - sizeEndCentDir64, 2) fpin.seek(offset - sizeEndCentDir64Locator - sizeEndCentDir64, 2)