mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-24 17:06:16 +03:00
commit
651f792dcb
|
@ -702,7 +702,7 @@ class TiffImageFile(ImageFile.ImageFile):
|
||||||
if not self.__next:
|
if not self.__next:
|
||||||
raise EOFError("no more images in TIFF file")
|
raise EOFError("no more images in TIFF file")
|
||||||
if DEBUG:
|
if DEBUG:
|
||||||
print("Seeking to frame %s, on frame %s, " +
|
print("Seeking to frame %s, on frame %s, "
|
||||||
"__next %s, location: %s" %
|
"__next %s, location: %s" %
|
||||||
(frame, self.__frame, self.__next, self.fp.tell()))
|
(frame, self.__frame, self.__next, self.fp.tell()))
|
||||||
# reset python3 buffered io handle in case fp
|
# reset python3 buffered io handle in case fp
|
||||||
|
|
Loading…
Reference in New Issue
Block a user