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