diff --git a/letsencrypt-apache/letsencrypt_apache/configurator.py b/letsencrypt-apache/letsencrypt_apache/configurator.py index f2c43f8bf..ce52b8467 100644 --- a/letsencrypt-apache/letsencrypt_apache/configurator.py +++ b/letsencrypt-apache/letsencrypt_apache/configurator.py @@ -678,7 +678,7 @@ class ApacheConfigurator(augeas_configurator.AugeasConfigurator): self.choose_vhost(domain), options) except KeyError: raise errors.PluginError( - "Unsupported enhancement: {}".format(enhancement)) + "Unsupported enhancement: {0}".format(enhancement)) except errors.PluginError: logger.warn("Failed %s for %s", enhancement, domain) raise