mirror of
https://github.com/certbot/certbot.git
synced 2026-07-27 08:09:10 +02:00
Empty format field not allowed in python 2.6
This commit is contained in:
@@ -290,7 +290,7 @@ class NginxConfigurator(object):
|
||||
self.choose_vhost(domain), options)
|
||||
except (KeyError, ValueError):
|
||||
raise errors.LetsEncryptConfiguratorError(
|
||||
"Unsupported enhancement: {}".format(enhancement))
|
||||
"Unsupported enhancement: {0}".format(enhancement))
|
||||
except errors.LetsEncryptConfiguratorError:
|
||||
logging.warn("Failed %s for %s", enhancement, domain)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user