Skip to content

Commit

Permalink
More fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mxamin committed Apr 5, 2024
1 parent 7f30b67 commit eb8ba84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/softhsm_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ def setup() -> None:
)
signer_cert_pem = _temp_file()
openssl_conf = _temp_file()
logging.debug(f'Generating OpenSSL config for version {openssl_version}')
logging.debug('Generating OpenSSL config for version %s', openssl_version)
with open(openssl_conf, 'w') as f:
f.write(
'\n'.join(
Expand Down Expand Up @@ -314,7 +314,7 @@ def setup() -> None:
print('-' * 64)
traceback.print_exc()
print('-' * 64)
logging.error('PKCS11 tests disabled: unable to initialize test token: %s', ex)
logging.exception('PKCS11 tests disabled: unable to initialize test token', exc_info=True)
raise ex


Expand Down

0 comments on commit eb8ba84

Please sign in to comment.