From 91c4c656937745ccac38d76278126970621293a2 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 5a5a44433..ad7644cfd 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):