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…
Reference in New Issue