Update building.py
Properly call join with result
This commit is contained in:
parent
9a5b6969f3
commit
5ed5e77562
1 changed files with 1 additions and 1 deletions
|
|
@ -398,7 +398,7 @@ class CmdCpAttr(ObjManipCommand):
|
||||||
to_obj_name,
|
to_obj_name,
|
||||||
to_attr,
|
to_attr,
|
||||||
repr(value)))
|
repr(value)))
|
||||||
caller.msg(result."".join(result)
|
caller.msg("".join(result))
|
||||||
|
|
||||||
|
|
||||||
class CmdMvAttr(ObjManipCommand):
|
class CmdMvAttr(ObjManipCommand):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue