Fix unittest compliance.
This commit is contained in:
parent
f6e230f1a6
commit
d811d7577e
1 changed files with 1 additions and 1 deletions
|
|
@ -612,7 +612,7 @@ class DefaultObject(with_metaclass(TypeclassBase, ObjectDB)):
|
||||||
else:
|
else:
|
||||||
outmessage = inmessage
|
outmessage = inmessage
|
||||||
|
|
||||||
obj.msg(text=((outmessage,), outkwargs), from_obj=from_obj, **kwargs)
|
obj.msg(text=(outmessage, outkwargs), from_obj=from_obj, **kwargs)
|
||||||
|
|
||||||
def move_to(self, destination, quiet=False,
|
def move_to(self, destination, quiet=False,
|
||||||
emit_to_obj=None, use_destination=True, to_none=False, move_hooks=True):
|
emit_to_obj=None, use_destination=True, to_none=False, move_hooks=True):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue