Merge pull request #7442 from radarhere/warning

This commit is contained in:
Hugo van Kemenade 2023-10-14 01:30:59 +02:00 committed by GitHub
commit ebefb5f1e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3751,6 +3751,7 @@ class Exif(MutableMapping):
self.endian = self._info._endian
if offset is None:
offset = self._info.next
self.fp.tell()
self.fp.seek(offset)
self._info.load(self.fp)