Fix getExitStackTrace call
It was changed
This commit is contained in:
parent
d992c66156
commit
7c45e05428
@ -411,7 +411,7 @@ class UIBase(object):
|
|||||||
|
|
||||||
def getThreadExceptionString(self, thread):
|
def getThreadExceptionString(self, thread):
|
||||||
message = "Thread '%s' terminated with exception:\n%s" % \
|
message = "Thread '%s' terminated with exception:\n%s" % \
|
||||||
(thread.getName(), thread.getExitStackTrace())
|
(thread.getName(), thread.exit_stacktrace)
|
||||||
message += "\n" + self.getThreadDebugLog(thread)
|
message += "\n" + self.getThreadDebugLog(thread)
|
||||||
return message
|
return message
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user