mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-04-05 01:44:14 +03:00
Update comment
Co-Authored-By: Andrew Murray <3112309+radarhere@users.noreply.github.com>
This commit is contained in:
parent
73171f5046
commit
fd03a68c1a
|
@ -130,7 +130,7 @@ def APP(self, marker):
|
|||
offset += size
|
||||
offset += offset & 1 # align
|
||||
except struct.error:
|
||||
break # no sufficient data
|
||||
break # insufficient data
|
||||
|
||||
elif marker == 0xFFEE and s[:5] == b"Adobe":
|
||||
self.info["adobe"] = i16(s, 5)
|
||||
|
|
Loading…
Reference in New Issue
Block a user