removed VnodeClient.popen
This commit is contained in:
parent
fc7a161221
commit
b5d71bab82
4 changed files with 3 additions and 32 deletions
|
@ -579,7 +579,6 @@ class CoreNode(CoreNodeBase):
|
|||
:raises CoreCommandError: when a non-zero exit status occurs
|
||||
"""
|
||||
if self.server is None:
|
||||
logging.info("node(%s) cmd: %s", self.name, args)
|
||||
return self.client.check_cmd(args, wait=wait)
|
||||
else:
|
||||
args = self.client._cmd_args() + args
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue