delete raise call

This commit is contained in:
Mickael B 2017-07-22 03:42:55 -04:00 committed by Eric Soroos
parent a90dc49100
commit 91c4c65693

View File

@ -100,7 +100,6 @@ class SgiImageFile(ImageFile.ImageFile):
elif compression == 1:
self.tile = [("sgi_rle", (0, 0) + self.size,
offset, (self.mode, orientation, depth))]
# raise ValueError("SGI RLE encoding not supported")
def _save(im, fp, filename):