Skip to content

Commit

Permalink
faster
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Sep 8, 2023
1 parent 4a7a999 commit 6b3b616
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/PIL/Image.py
Original file line number Diff line number Diff line change
Expand Up @@ -3252,6 +3252,8 @@ def _open_core(fp, filename, prefix, formats):
# Leave disabled by default, spams the logs with image
# opening failures that are entirely expected.
# logger.debug("", exc_info=True)
if i == "TIFF":
raise
continue
except BaseException:
if exclusive_fp:
Expand Down

0 comments on commit 6b3b616

Please sign in to comment.