Update src/PIL/JpegImagePlugin.py

Co-Authored-By: Glandos <bugs-github@antipoul.fr>
This commit is contained in:
Andrew Murray 2019-03-23 22:12:10 +01:00 committed by Andrew Murray
parent 56dca018aa
commit d48b98a728

View File

@ -487,7 +487,7 @@ class ExifImageFileDirectory(TiffImagePlugin.ImageFileDirectory_v1):
- custom update() to avoid iterating and expanding non parsed data - custom update() to avoid iterating and expanding non parsed data
The goal is to use the lazyness of ImageFileDirectory_v1 in _getexif(). The goal is to use the lazyness of ImageFileDirectory_v1 in _getexif().
''' """
def to_v2(self): def to_v2(self):
raise NotImplementedError() raise NotImplementedError()