mirror of
https://github.com/python/cpython.git
synced 2025-08-29 05:05:03 +00:00
Fix typo from r85874
This commit is contained in:
parent
5bc168600a
commit
ae2d8320a5
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue