DebugClients/Python/PyProfile.py

changeset 4563
881340f4bd0c
parent 4543
2e6a880670e9
child 4631
5c1a96925da4
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):

eric ide

mercurial