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