mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
make printStack* assertable
This commit is contained in:
parent
7ad04f5061
commit
f6e614c9d6
@ -145,8 +145,10 @@ class StackTrace:
|
|||||||
|
|
||||||
def printStack():
|
def printStack():
|
||||||
print StackTrace(start=1).compact()
|
print StackTrace(start=1).compact()
|
||||||
|
return True
|
||||||
def printVerboseStack():
|
def printVerboseStack():
|
||||||
print StackTrace(start=1)
|
print StackTrace(start=1)
|
||||||
|
return True
|
||||||
|
|
||||||
#-----------------------------------------------------------------------------
|
#-----------------------------------------------------------------------------
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user