diff options
| author | Kaifeng Wang <kaifeng.w@gmail.com> | 2019-04-09 10:24:17 +0800 |
|---|---|---|
| committer | Kaifeng Wang <kaifeng.w@gmail.com> | 2019-04-09 10:24:17 +0800 |
| commit | 4cb2ac4ae4db01efef8fd705b7ce8329475c7f92 (patch) | |
| tree | a59d7fe6515f8a48819f210cd263f29a556d5f22 /ironic_python_agent/utils.py | |
| parent | 45d6a228f4a19c08410e369055e639fe3f1b7824 (diff) | |
| download | ironic-python-agent-4cb2ac4ae4db01efef8fd705b7ce8329475c7f92.tar.gz | |
Fix docs job failure due to malformated docstring
Change-Id: Ic3532e51481fd07e2f816aeacb07ded2d56791ee
Diffstat (limited to 'ironic_python_agent/utils.py')
| -rw-r--r-- | ironic_python_agent/utils.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/ironic_python_agent/utils.py b/ironic_python_agent/utils.py index 4621ff8d..0fa744a7 100644 --- a/ironic_python_agent/utils.py +++ b/ironic_python_agent/utils.py @@ -76,9 +76,8 @@ def try_execute(*cmd, **kwargs): Instead of raising an exception on failure, this method simply returns None in case of failure. - :param *cmd: positional arguments to pass to processutils.execute() - :param log_stdout: keyword-only argument: whether to log the output - :param **kwargs: keyword arguments to pass to processutils.execute() + :param cmd: positional arguments to pass to processutils.execute() + :param kwargs: keyword arguments to pass to processutils.execute() :raises: UnknownArgumentError on receiving unknown arguments :returns: tuple of (stdout, stderr) or None in some error cases """ |
