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):