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()
|
||||
|
|
|
@ -1,6 +1,9 @@
|
|||
Changelog
|
||||
---------
|
||||
|
||||
next:
|
||||
* Core: Fix broken quiet mode (Darko Poljak)
|
||||
|
||||
4.10.10: 2019-04-11
|
||||
* New types: __ufw and __ufw_rule (Mark Polyakov)
|
||||
* Type __link: Add messaging (Ander Punnar)
|
||||
|
|
Loading…
Reference in a new issue