Skip to content

Commit

Permalink
Merge branch 'jlwoolf'
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Oct 27, 2022
2 parents 05be477 + 792f519 commit 444a58d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/PIL/IcoImagePlugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,7 @@ def load(self):
# if tile is PNG, it won't really be loaded yet
im.load()
self.im = im.im
self.pyaccess = None
self.mode = im.mode
if im.size != self.size:
warnings.warn("Image was not the expected size")
Expand Down

0 comments on commit 444a58d

Please sign in to comment.