mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 18:06:18 +03:00
Fixed invalid argument warning
This commit is contained in:
parent
54aa8fa852
commit
29d23cfe07
|
@ -3749,6 +3749,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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user