mirror of
https://github.com/certbot/certbot.git
synced 2026-01-26 07:41:33 +03:00
Fix exit (bad tag) error
This commit is contained in:
@@ -373,14 +373,15 @@ class Client(object):
|
||||
|
||||
"""
|
||||
code, tag = display.display_certs(certs)
|
||||
cert = certs[tag]
|
||||
|
||||
|
||||
if code == display.OK:
|
||||
cert = certs[tag]
|
||||
if display.confirm_revocation(cert):
|
||||
self.acme_revocation(cert)
|
||||
else:
|
||||
self.choose_certs(certs)
|
||||
elif code == display.HELP:
|
||||
cert = certs[tag]
|
||||
display.more_info_cert(cert)
|
||||
self.choose_certs(certs)
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user