From 23a2ecb36e931fd62cfbde53c3e5d3f8cdb7d1ca Mon Sep 17 00:00:00 2001 From: Peter Eckersley Date: Wed, 5 Apr 2017 15:28:14 -0700 Subject: [PATCH] Fixup --- certbot/renewal.py | 1 - 1 file changed, 1 deletion(-) diff --git a/certbot/renewal.py b/certbot/renewal.py index 7b651a92a..6eb171763 100644 --- a/certbot/renewal.py +++ b/certbot/renewal.py @@ -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)