Made sure tickerhandler cleans itself of alrady-deleted objects. Some more bug fixes to reworked tutorialworld.
This commit is contained in:
parent
ca69c5aaec
commit
56104d9a1d
6 changed files with 79 additions and 54 deletions
|
|
@ -342,6 +342,7 @@ def cmdhandler(called_by, raw_string, _testing=False, callertype="session", sess
|
|||
caller.ndb.last_cmd = None
|
||||
# return result to the deferred
|
||||
returnValue(ret)
|
||||
|
||||
except Exception:
|
||||
string = "%s\nAbove traceback is from an untrapped error."
|
||||
string += " Please file a bug report."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue