mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 01:46:18 +03:00
typo
This commit is contained in:
parent
00de0292ac
commit
a3b4697965
|
@ -653,7 +653,7 @@ class TiffImageFile(ImageFile.ImageFile):
|
||||||
self.fp = None # might be shared
|
self.fp = None # might be shared
|
||||||
|
|
||||||
if e < 0:
|
if e < 0:
|
||||||
raise_ioerror(e)
|
raise IOError(e)
|
||||||
|
|
||||||
self.load_end()
|
self.load_end()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user