mirror of
https://github.com/python-pillow/Pillow.git
synced 2026-01-11 11:11:17 +03:00
Call parent verify method (#9357)
This commit is contained in:
parent
0a9a47fb9b
commit
19910ed03e
|
|
@ -855,9 +855,7 @@ class PngImageFile(ImageFile.ImageFile):
|
|||
self.png.verify()
|
||||
self.png.close()
|
||||
|
||||
if self._exclusive_fp:
|
||||
self.fp.close()
|
||||
self.fp = None
|
||||
super().verify()
|
||||
|
||||
def seek(self, frame: int) -> None:
|
||||
if not self._seek_check(frame):
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user