Commit 5c29112d by Jörg Stucke

docstring bugfix

parent 8f8011d8
......@@ -16,7 +16,7 @@ def execute_shell_command(shell_command, timeout=None, check=False):
:param timeout: kill process after timeout seconds
:type: timeout: int, optional
:param check: raise CalledProcessError if the return code is != 0
:type: timeout: bool
:type: check: bool
:return: str
"""
output, return_code = execute_shell_command_get_return_code(shell_command, timeout=timeout)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment