Merge branch 'master' into beta

This commit is contained in:
Darko Poljak 2020-05-01 13:09:45 +02:00
commit 1da9dcce4a
31 changed files with 262 additions and 157 deletions

View file

@ -280,9 +280,6 @@ class Remote(object):
assert isinstance(command, (list, tuple)), (
"list or tuple argument expected, got: %s" % command)
if return_output and stdout is not subprocess.PIPE:
self.log.debug("return_output is True, ignoring stdout")
close_stdout = False
close_stderr = False
if self.save_output_streams: