Home
last modified time | relevance | path

Searched refs:hide_error_msg (Results 1 – 1 of 1) sorted by relevance

/tools/acloud/internal/lib/
Dssh.py97 def _SshLogOutput(cmd, timeout=None, show_output=False, hide_error_msg=False): argument
132 if (show_output or process.returncode != 0) and not hide_error_msg:
354 _SshLogOutput(" ".join(remote_cmd), timeout, hide_error_msg=True)