mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-12 18:26:17 +03:00
Removed trailing whitespace
This commit is contained in:
parent
2593aa78a2
commit
baac3c2321
|
@ -436,7 +436,7 @@ def _getexif(self):
|
|||
# get gpsinfo extension
|
||||
try:
|
||||
# exif field 0x8825 is an offset pointer to the location
|
||||
# of the nested embedded gps exif ifd.
|
||||
# of the nested embedded gps exif ifd.
|
||||
# It should be a long, but may be corrupted.
|
||||
file.seek(exif[0x8825])
|
||||
except (KeyError, TypeError):
|
||||
|
|
Loading…
Reference in New Issue
Block a user