DebugClients/Python/DebugBase.py

changeset 3021
801289962f4e
parent 2987
c99695c0f13a
child 3032
927a2f8b3669
--- a/DebugClients/Python/DebugBase.py	Mon Oct 14 19:30:36 2013 +0200
+++ b/DebugClients/Python/DebugBase.py	Mon Oct 14 20:08:19 2013 +0200
@@ -161,7 +161,8 @@
             self.cFrame = frame
             self.__recursionDepth += 1
             if self.__recursionDepth > gRecursionLimit:
-                raise RuntimeError('maximum recursion depth exceeded\n'
+                raise RuntimeError(
+                    'maximum recursion depth exceeded\n'
                     '(offending frame is two down the stack)')
     
     def __sendCallTrace(self, event, fromFrame, toFrame):

eric ide

mercurial