Added signalhandler in test suite, still issues.
This commit is contained in:
parent
7b0c96640c
commit
37886adea1
8 changed files with 28 additions and 20 deletions
|
|
@ -220,6 +220,7 @@ class CmdGet(MuxCommand):
|
|||
if not self.args:
|
||||
caller.msg("Get what?")
|
||||
return
|
||||
#print "general/get:", caller, caller.location, self.args, caller.location.contents
|
||||
obj = caller.search(self.args, location=caller.location)
|
||||
if not obj:
|
||||
return
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue