mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-04-24 19:22:00 +03:00
Merge pull request #1427 from radarhere/fix
Removed trailing whitespace
This commit is contained in:
commit
cae6a5f86c
|
@ -426,7 +426,7 @@ def _getexif(self):
|
||||||
# get gpsinfo extension
|
# get gpsinfo extension
|
||||||
try:
|
try:
|
||||||
# exif field 0x8825 is an offset pointer to the location
|
# 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.
|
# It should be a long, but may be corrupted.
|
||||||
file.seek(exif[0x8825])
|
file.seek(exif[0x8825])
|
||||||
except (KeyError, TypeError):
|
except (KeyError, TypeError):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user