Improve error reporting.
This commit is contained in:
parent
43a65d91b1
commit
f09765a03a
5 changed files with 68 additions and 29 deletions
|
|
@ -127,6 +127,7 @@ def call_get_output(command, env=None, stderr=None):
|
|||
return (_call_get_stdout(command, env, stderr), None)
|
||||
|
||||
|
||||
# Currently not used.
|
||||
def handle_called_process_error(err, command):
|
||||
# Currently, stderr is not captured.
|
||||
# errout = None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue