Skip to content

Commit

Permalink
Merge pull request #30 from georgepittock/master
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
james-see authored Aug 1, 2023
2 parents 9542c10 + 1bb7b90 commit dfbfd90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iptcinfo3.py
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,7 @@ def save_as(self, newfile, options=None):
"""Saves Jpeg with IPTC data to a given file name."""
with smart_open(self._fobj, 'rb') as fh:
if not file_is_jpeg(fh):
logger.error('Source file %s is not a Jpeg.' % self._fob)
logger.error('Source file %s is not a Jpeg.' % self._fobj)
return None

jpeg_parts = jpeg_collect_file_parts(fh)
Expand Down

0 comments on commit dfbfd90

Please sign in to comment.