From e4a0eee66296aaa07ff6c8b5c3703cca0133f4fa Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Wed, 21 Oct 2015 23:25:05 -0700 Subject: [PATCH] Satisfied spacing OCD --- letsencrypt/cli.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/letsencrypt/cli.py b/letsencrypt/cli.py index 3ae58d12a..5163f2868 100644 --- a/letsencrypt/cli.py +++ b/letsencrypt/cli.py @@ -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)