Skip to content

Commit

Permalink
Merge d2ce692 into 1f19c02
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkiro committed Jun 13, 2017
2 parents 1f19c02 + d2ce692 commit 6ddceea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PIL/ImageFile.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ def load(self):
self.map = None

self.load_prepare()

err_code = -3 # initialize to unknown error
if not self.map:
# sort tiles in file order
self.tile.sort(key=_tilesort)
Expand Down

0 comments on commit 6ddceea

Please sign in to comment.