remove pgp retry mechanism

This commit is contained in:
Son NK 2020-06-08 23:05:35 +02:00
parent 9b1ca0a2f1
commit 582a971b80
1 changed files with 7 additions and 10 deletions

View File

@ -41,9 +41,6 @@ def encrypt_file(data: BytesIO, fingerprint: str) -> str:
LOG.error("Force exit")
hard_exit()
r = gpg.encrypt_file(data, fingerprint, always_trust=True)
if not r.ok:
LOG.error("Try encrypt again %s", fingerprint)
r = gpg.encrypt_file(data, fingerprint, always_trust=True)
if not r.ok:
# save the content for debugging