mirror of
https://github.com/certbot/certbot.git
synced 2026-06-07 15:52:08 -04:00
Fixup
This commit is contained in:
parent
2f0ec5c388
commit
23a2ecb36e
1 changed files with 0 additions and 1 deletions
|
|
@ -393,7 +393,6 @@ def handle_renewal_request(config):
|
|||
# elements from within the renewal configuration file).
|
||||
try:
|
||||
renewal_candidate = _reconstitute(lineage_config, renewal_file)
|
||||
renewal_candidate.renewing = "yes"
|
||||
except Exception as e: # pylint: disable=broad-except
|
||||
logger.warning("Renewal configuration file %s produced an "
|
||||
"unexpected error: %s. Skipping.", renewal_file, e)
|
||||
|
|
|
|||
Loading…
Reference in a new issue