mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-14 19:36:38 +03:00
First return value is unused
This commit is contained in:
parent
54a4a38e42
commit
e87432b745
|
@ -231,7 +231,7 @@ class ImageFile(Image.Image):
|
|||
decoder.setimage(self.im, extents)
|
||||
if decoder.pulls_fd:
|
||||
decoder.setfd(self.fp)
|
||||
status, err_code = decoder.decode(b"")
|
||||
err_code = decoder.decode(b"")[1]
|
||||
else:
|
||||
b = prefix
|
||||
while True:
|
||||
|
|
Loading…
Reference in New Issue
Block a user