fixed returning output from NodeBase.net_cmd

This commit is contained in:
bharnden 2019-10-03 11:59:45 -07:00
parent 0fe8bea25b
commit 6d0d183788

View file

@ -92,7 +92,7 @@ class NodeBase(object):
:rtype: str :rtype: str
:raises CoreCommandError: when a non-zero exit status occurs :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): def setposition(self, x=None, y=None, z=None):
""" """