fixed returning output from NodeBase.net_cmd
This commit is contained in:
parent
0fe8bea25b
commit
6d0d183788
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ class NodeBase(object):
|
|||
:rtype: str
|
||||
:raises CoreCommandError: when a non-zero exit status occurs
|
||||
"""
|
||||
utils.check_cmd(args)
|
||||
return utils.check_cmd(args)
|
||||
|
||||
def setposition(self, x=None, y=None, z=None):
|
||||
"""
|
||||
|
|
Loading…
Reference in a new issue