From f2240e88311e88b827cf1446d263ec2f6f69c54d Mon Sep 17 00:00:00 2001 From: Mickael B Date: Sat, 22 Jul 2017 03:42:55 -0400 Subject: [PATCH] delete raise call --- PIL/SgiImagePlugin.py | 1 - 1 file changed, 1 deletion(-) diff --git a/PIL/SgiImagePlugin.py b/PIL/SgiImagePlugin.py index db05b77b2..d7c6bdb2d 100644 --- a/PIL/SgiImagePlugin.py +++ b/PIL/SgiImagePlugin.py @@ -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):