mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-13 02:36:17 +03:00
incorrect use of whitespace
This commit is contained in:
parent
d3b0413780
commit
653b170385
|
@ -225,7 +225,7 @@ class ImageFile(Image.Image):
|
|||
n, err_code = decoder.decode(b)
|
||||
if n < 0:
|
||||
break
|
||||
b = b[n:]
|
||||
b = b[n:]
|
||||
|
||||
# Need to cleanup here to prevent leaks in PyPy
|
||||
decoder.cleanup()
|
||||
|
|
Loading…
Reference in New Issue
Block a user