From f5c29b39f3eef83227e3fb7c550d9b2922a19894 Mon Sep 17 00:00:00 2001 From: rcoh Date: Mon, 3 Jan 2011 22:28:28 -0500 Subject: fixed a bug caused by util stuff. some new functionality, not all fully implemented. --- pixelmappers/SimpleMapper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pixelmappers') diff --git a/pixelmappers/SimpleMapper.py b/pixelmappers/SimpleMapper.py index bc51cf9..5d4dceb 100644 --- a/pixelmappers/SimpleMapper.py +++ b/pixelmappers/SimpleMapper.py @@ -23,7 +23,7 @@ class SimpleMapper(PixelMapper): #optimizations possible. This might be slow in the long run if pixelValid: ret.append((pixel, 1)) - except: + except Exception as exp: raise Exception('Bad event condition') return ret -- cgit v1.2.3