mirror of
https://github.com/certbot/certbot.git
synced 2026-07-30 16:14:44 +02:00
Fixup
This commit is contained in:
@@ -393,7 +393,6 @@ def handle_renewal_request(config):
|
|||||||
# elements from within the renewal configuration file).
|
# elements from within the renewal configuration file).
|
||||||
try:
|
try:
|
||||||
renewal_candidate = _reconstitute(lineage_config, renewal_file)
|
renewal_candidate = _reconstitute(lineage_config, renewal_file)
|
||||||
renewal_candidate.renewing = "yes"
|
|
||||||
except Exception as e: # pylint: disable=broad-except
|
except Exception as e: # pylint: disable=broad-except
|
||||||
logger.warning("Renewal configuration file %s produced an "
|
logger.warning("Renewal configuration file %s produced an "
|
||||||
"unexpected error: %s. Skipping.", renewal_file, e)
|
"unexpected error: %s. Skipping.", renewal_file, e)
|
||||||
|
|||||||
Reference in New Issue
Block a user