forked from ungleich-public/cdist
parent
a4ed9e4d0e
commit
279aada5db
2 changed files with 4 additions and 0 deletions
|
@ -304,6 +304,7 @@ class Remote(object):
|
||||||
try:
|
try:
|
||||||
if self.quiet_mode:
|
if self.quiet_mode:
|
||||||
stderr = subprocess.DEVNULL
|
stderr = subprocess.DEVNULL
|
||||||
|
close_stderr = False
|
||||||
if return_output:
|
if return_output:
|
||||||
output = subprocess.check_output(command, env=os_environ,
|
output = subprocess.check_output(command, env=os_environ,
|
||||||
stderr=stderr).decode()
|
stderr=stderr).decode()
|
||||||
|
|
|
@ -1,6 +1,9 @@
|
||||||
Changelog
|
Changelog
|
||||||
---------
|
---------
|
||||||
|
|
||||||
|
next:
|
||||||
|
* Core: Fix broken quiet mode (Darko Poljak)
|
||||||
|
|
||||||
4.10.10: 2019-04-11
|
4.10.10: 2019-04-11
|
||||||
* New types: __ufw and __ufw_rule (Mark Polyakov)
|
* New types: __ufw and __ufw_rule (Mark Polyakov)
|
||||||
* Type __link: Add messaging (Ander Punnar)
|
* Type __link: Add messaging (Ander Punnar)
|
||||||
|
|
Loading…
Reference in a new issue