Skip to content

Commit

Permalink
uncomment forgotten else clause
Browse files Browse the repository at this point in the history
  • Loading branch information
cneud committed Mar 12, 2024
1 parent 791f961 commit 85bce59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eynollah/eynollah/eynollah.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,8 @@ def __init__(
# if not dir_in:
if image_pil:
self._imgs = self._cache_images(image_pil=image_pil)
# else:
# self._imgs = self._cache_images(image_filename=image_filename)
else:
self._imgs = self._cache_images(image_filename=image_filename)
if override_dpi:
self.dpi = override_dpi
self.image_filename = image_filename
Expand Down

0 comments on commit 85bce59

Please sign in to comment.