Merge branch 'master' into beta
This commit is contained in:
commit
1da9dcce4a
31 changed files with 262 additions and 157 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue