DebugClients/Python3/DebugBase.py

changeset 3021
801289962f4e
parent 2987
c99695c0f13a
child 3032
927a2f8b3669
diff -r 542e97d4ecb3 -r 801289962f4e DebugClients/Python3/DebugBase.py
--- a/DebugClients/Python3/DebugBase.py	Mon Oct 14 19:30:36 2013 +0200
+++ b/DebugClients/Python3/DebugBase.py	Mon Oct 14 20:08:19 2013 +0200
@@ -160,7 +160,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