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