diff --git a/direct/src/showbase/PythonUtil.py b/direct/src/showbase/PythonUtil.py index bee5ec16d1..b59b82778a 100644 --- a/direct/src/showbase/PythonUtil.py +++ b/direct/src/showbase/PythonUtil.py @@ -129,6 +129,7 @@ class StackTrace: self.label, len(self.trace),) for i in traceback.format_list(self.trace): r+=i + r+="***** NOTE: This is not a crash. This is a debug stack trace. *****" return r #-----------------------------------------------------------------------------