From 95fa2cdf08dcb38a4cd093c633f4fd2080f73e56 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Fri, 28 Aug 2015 18:56:48 +1000 Subject: [PATCH] Health fix --- PIL/TiffImagePlugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PIL/TiffImagePlugin.py b/PIL/TiffImagePlugin.py index 30f33ab62..5c35842fc 100644 --- a/PIL/TiffImagePlugin.py +++ b/PIL/TiffImagePlugin.py @@ -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