DebugClients/Python/PyProfile.py

changeset 2987
c99695c0f13a
parent 2953
703452a2876f
child 3021
801289962f4e
--- a/DebugClients/Python/PyProfile.py	Sun Oct 06 17:27:53 2013 +0200
+++ b/DebugClients/Python/PyProfile.py	Sun Oct 06 18:02:21 2013 +0200
@@ -162,7 +162,8 @@
         "exception": profile.Profile.trace_dispatch_exception,
         "return": profile.Profile.trace_dispatch_return,
         "c_call": profile.Profile.trace_dispatch_c_call,
-        "c_exception": profile.Profile.trace_dispatch_return,  # the C function returned
+        "c_exception": profile.Profile.trace_dispatch_return,
+        # the C function returned
         "c_return": profile.Profile.trace_dispatch_return,
         }
 

eric ide

mercurial