DebugClients/Python3/PyProfile.py

changeset 2987
c99695c0f13a
parent 2953
703452a2876f
child 3021
801289962f4e
diff -r cd4e2cab7eb2 -r c99695c0f13a DebugClients/Python3/PyProfile.py
--- a/DebugClients/Python3/PyProfile.py	Sun Oct 06 17:27:53 2013 +0200
+++ b/DebugClients/Python3/PyProfile.py	Sun Oct 06 18:02:21 2013 +0200
@@ -168,6 +168,7 @@
         "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