Added signalhandler in test suite, still issues.

This commit is contained in:
Griatch 2013-07-13 15:39:16 +02:00
parent 7b0c96640c
commit 37886adea1
8 changed files with 28 additions and 20 deletions

View file

@ -792,6 +792,7 @@ class ObjectDB(TypedObject):
# Perform move
try:
#print "move_to location:", destination
_SA(self, "location", destination)
except Exception:
emit_to_obj.msg(errtxt % "location change")