From 17db506f04f8314de6b9d2b1ed2443842b52c18b Mon Sep 17 00:00:00 2001 From: Milan Stute Date: Wed, 2 Dec 2020 16:02:44 +0100 Subject: [PATCH] Check output of openssl --- opendrop/config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/opendrop/config.py b/opendrop/config.py index 91a49ef..b0c85f3 100644 --- a/opendrop/config.py +++ b/opendrop/config.py @@ -151,6 +151,7 @@ class AirDropConfig: cwd=self.key_dir, stdout=subprocess.PIPE, stderr=subprocess.PIPE, + check=True, ) def get_ssl_context(self):