Rm stderr debug output, stderr is not captured.
This commit is contained in:
parent
7c55364cc2
commit
2eab9b9598
3 changed files with 14 additions and 10 deletions
|
|
@ -220,7 +220,8 @@ class Local(object):
|
|||
if save_output:
|
||||
output, errout = exec_util.call_get_output(command, env=env)
|
||||
self.log.debug("Local stdout: {}".format(output))
|
||||
self.log.debug("Local stderr: {}".format(errout))
|
||||
# Currently, stderr is not captured.
|
||||
# self.log.debug("Local stderr: {}".format(errout))
|
||||
if return_output:
|
||||
return output.decode()
|
||||
else:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue