1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-21 19:01:07 +03:00

Satisfied spacing OCD

This commit is contained in:
Brad Warren
2015-10-21 23:25:05 -07:00
parent 1c215d0c67
commit e4a0eee662

View File

@@ -268,11 +268,11 @@ def _treat_as_renewal(config, domains):
def _report_new_cert(cert_path, fullchain_path):
"""
Reports the creation of a new certificate to the user.
"""Reports the creation of a new certificate to the user.
:param str cert_path: path to cert
:param str fullchain_path: path to full chain
"""
expiry = crypto_util.notAfter(cert_path).date()
reporter_util = zope.component.getUtility(interfaces.IReporter)