mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-12 18:26:17 +03:00
Fix typo in FliImagePlugin (seek -> _seek).
This commit is contained in:
parent
51f3560dc4
commit
3ad70423ad
|
@ -130,7 +130,7 @@ class FliImageFile(ImageFile.ImageFile):
|
|||
for f in range(self.__frame + 1, frame + 1):
|
||||
self._seek(f)
|
||||
|
||||
def seek(self, frame):
|
||||
def _seek(self, frame):
|
||||
|
||||
if frame == 0:
|
||||
self.__frame = -1
|
||||
|
|
Loading…
Reference in New Issue
Block a user