From 8c0c5532682f0079729bd08fd2f8a528261ef0f4 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Thu, 13 Oct 2022 17:54:57 -0700 Subject: [PATCH] no capture --- certbot-ci/certbot_integration_tests/utils/acme_server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/certbot-ci/certbot_integration_tests/utils/acme_server.py b/certbot-ci/certbot_integration_tests/utils/acme_server.py index 4d9bf4036..85244f256 100755 --- a/certbot-ci/certbot_integration_tests/utils/acme_server.py +++ b/certbot-ci/certbot_integration_tests/utils/acme_server.py @@ -60,7 +60,7 @@ class ACMEServer: self._proxy = http_proxy self._workspace = tempfile.mkdtemp() self._processes: List[subprocess.Popen] = [] - self._stdout = sys.stdout if stdout else open(os.devnull, 'w') # pylint: disable=consider-using-with + self._stdout = sys.stdout self._dns_server = dns_server self._http_01_port = http_01_port if http_01_port != DEFAULT_HTTP_01_PORT: