Skip to content

Commit

Permalink
Merge 6b59c4a into ac6e867
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Jun 11, 2016
2 parents ac6e867 + 6b59c4a commit 9c80d4b
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 @@ -170,7 +170,7 @@ def load(self):
self.map, self.size, d, e, o, a
)
readonly = 1
except (AttributeError, EnvironmentError, ImportError):
except (AttributeError, EnvironmentError, ImportError, io.UnsupportedOperation):
self.map = None

self.load_prepare()
Expand Down

0 comments on commit 9c80d4b

Please sign in to comment.