parent
a4ed9e4d0e
commit
279aada5db
2 changed files with 4 additions and 0 deletions
|
|
@ -304,6 +304,7 @@ class Remote(object):
|
|||
try:
|
||||
if self.quiet_mode:
|
||||
stderr = subprocess.DEVNULL
|
||||
close_stderr = False
|
||||
if return_output:
|
||||
output = subprocess.check_output(command, env=os_environ,
|
||||
stderr=stderr).decode()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue