mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-11 04:07:21 +03:00
Health fix
This commit is contained in:
parent
bbc6f7d6bb
commit
95fa2cdf08
|
@ -702,7 +702,7 @@ class TiffImageFile(ImageFile.ImageFile):
|
|||
if not self.__next:
|
||||
raise EOFError("no more images in TIFF file")
|
||||
if DEBUG:
|
||||
print("Seeking to frame %s, on frame %s, " +
|
||||
print("Seeking to frame %s, on frame %s, "
|
||||
"__next %s, location: %s" %
|
||||
(frame, self.__frame, self.__next, self.fp.tell()))
|
||||
# reset python3 buffered io handle in case fp
|
||||
|
|
Loading…
Reference in New Issue
Block a user