Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Bruno Vavala <[email protected]>
  • Loading branch information
bvavala committed Mar 28, 2024
1 parent 39891b8 commit e933653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eservice/pdo/eservice/pdo_enclave.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = \
Expand Down

0 comments on commit e933653

Please sign in to comment.