mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
added note about StackTrace not being a crash
This commit is contained in:
parent
79f9e04e26
commit
6cf3110653
@ -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
|
||||
|
||||
#-----------------------------------------------------------------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user