DebugClients/Python3/PyProfile.py

changeset 3021
801289962f4e
parent 2987
c99695c0f13a
child 3032
927a2f8b3669
--- a/DebugClients/Python3/PyProfile.py	Mon Oct 14 19:30:36 2013 +0200
+++ b/DebugClients/Python3/PyProfile.py	Mon Oct 14 20:08:19 2013 +0200
@@ -153,7 +153,7 @@
                                                         self.cur[-3])
         fcode = frame.f_code
         fn = (self.fix_frame_filename(frame),
-            fcode.co_firstlineno, fcode.co_name)
+              fcode.co_firstlineno, fcode.co_name)
         self.cur = (t, 0, 0, fn, frame, self.cur)
         timings = self.timings
         if fn in timings:

eric ide

mercurial