From e933653419a18b2f361f4d7a434d42336f9eefc6 Mon Sep 17 00:00:00 2001 From: Bruno Vavala Date: Thu, 28 Mar 2024 02:47:03 +0000 Subject: [PATCH] test Signed-off-by: Bruno Vavala --- eservice/pdo/eservice/pdo_enclave.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eservice/pdo/eservice/pdo_enclave.py b/eservice/pdo/eservice/pdo_enclave.py index 5414a11f..e3116900 100644 --- a/eservice/pdo/eservice/pdo_enclave.py +++ b/eservice/pdo/eservice/pdo_enclave.py @@ -154,7 +154,7 @@ def initialize_with_configuration(config) : spid = Path(os.path.join(config['SgxKeyRoot'], "sgx_spi.txt")).read_text() spid_api_key = Path(os.path.join(config['SgxKeyRoot'], "sgx_spi_api_key.txt")).read_text() except Exception as e : - raise Exception("Unable to access SGX keys: {}".format(str(e)) + raise Exception("Unable to access SGX keys: {}".format(str(e))) if not _ias: _ias = \