mirror of
https://github.com/moepman/acertmgr.git
synced 2024-12-29 10:31:49 +01:00
PEP-8 cleanup
This commit is contained in:
parent
b99014c7c3
commit
ad70e1abd4
@ -175,6 +175,9 @@ class ACMEAuthority(AbstractACMEAuthority):
|
||||
for domain in reversed(domains):
|
||||
try:
|
||||
challenge_handlers[domain].destroy_challenge(domain, account_thumbprint, tokens[domain])
|
||||
except (KeyboardInterrupt, SystemError, SystemExit):
|
||||
# Re-raise runtime/system exceptions
|
||||
raise
|
||||
except:
|
||||
pass
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user