Skip to content

Commit

Permalink
Update src/PIL/JpegImagePlugin.py
Browse files Browse the repository at this point in the history
Co-Authored-By: Glandos <bugs-github@antipoul.fr>
  • Loading branch information
radarhere and Glandos committed Mar 29, 2019
1 parent 475b417 commit 56dca01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PIL/JpegImagePlugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ def _fixup(value):


class ExifImageFileDirectory(TiffImagePlugin.ImageFileDirectory_v1):
'''
"""
Specialization for parsing EXIF data:
- Remove support for v2 to avoid useless computations
- custom __setitem__ to supports IFD values
Expand Down

0 comments on commit 56dca01

Please sign in to comment.