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):