Skip to content

Commit

Permalink
removed a whitespace tab
Browse files Browse the repository at this point in the history
  • Loading branch information
alketola authored and ianare committed May 2, 2023
1 parent 6d5a555 commit 11f77b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exifread/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def _find_heic_tiff(fh: BinaryIO) -> tuple:
offset = fh.tell()
logger.debug(f'Found TIFF header in Exif, offset = {offset:0x}H')
else:
raise InvalidExif("Exif pointer to zeros, but found {data} instead of a TIFF header.")
raise InvalidExif("Exif pointer to zeros, but found {data} instead of a TIFF header.")

return offset, endian

Expand Down

0 comments on commit 11f77b2

Please sign in to comment.