Commit b76947be by Peter Weidenbach

docstring updated

parent 60092602
......@@ -15,7 +15,8 @@ def execute_shell_command(shell_command):
def execute_shell_command_get_return_code(shell_command):
"""
Execute a shell command and return STDOUT and STDERR in one combined result string.
Execute a shell command and return a tuple (program output, return code)
Program ouput includes STDOUT and STDERR.
This function shall not raise any errors
:param shell_command: command to execute
......
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