diff -r 5bc6ed226471 -r 881340f4bd0c DebugClients/Python/PyProfile.py --- a/DebugClients/Python/PyProfile.py Sun Nov 15 13:31:39 2015 +0100 +++ b/DebugClients/Python/PyProfile.py Sun Nov 15 13:52:29 2015 +0100 @@ -57,7 +57,7 @@ cache.close() if isinstance(timings, type.DictType): self.timings = timings - except: + except Exception: pass def save(self):