Skip to content

Commit

Permalink
Merge pull request #7056 from radarhere/eps
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Jun 13, 2023
2 parents 9f11034 + 2203afe commit 0c7061e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/PIL/EpsImagePlugin.py
Expand Up @@ -361,7 +361,6 @@ def check_required_header_comments():
check_required_header_comments()

if not self._size:
self._size = 1, 1 # errors if this isn't set. why (1,1)?
msg = "cannot determine EPS bounding box"
raise OSError(msg)

Expand Down

0 comments on commit 0c7061e

Please sign in to comment.