This commit is contained in:
Renaud Boyer 2020-12-06 18:02:23 +01:00
parent 4bcc0d107f
commit 1ced8f76b7
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ def load_public_key_and_check(public_key: str) -> str:
else:
dummy_data = BytesIO(b"test")
try:
r = encrypt_file(dummy_data, fingerprint)
encrypt_file(dummy_data, fingerprint)
except Exception as e:
LOG.exception("Cannot encrypt using the imported key")
# remove the fingerprint