mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-07 13:54:45 +03:00
travis py2 debug exception error
This commit is contained in:
parent
eee4f88729
commit
482914f467
|
@ -168,8 +168,7 @@ class EpsImageFile(ImageFile.ImageFile):
|
|||
def _open(self):
|
||||
try:
|
||||
fp = open(self.fp.name, "Ur")
|
||||
except Exception, err:
|
||||
print err
|
||||
except:
|
||||
fp = self.fp
|
||||
fp.seek(0)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user