From 656bb809d137fb5e4613d1ad767a9af7db28b0f3 Mon Sep 17 00:00:00 2001 From: Moul Date: Mon, 12 Dec 2016 00:22:50 +0100 Subject: [PATCH] [mod] certificate: pep8. --- src/yunohost/certificate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/yunohost/certificate.py b/src/yunohost/certificate.py index 8209160a4..04d755692 100644 --- a/src/yunohost/certificate.py +++ b/src/yunohost/certificate.py @@ -812,7 +812,7 @@ def _domain_is_accessible_through_HTTP(ip, domain): def _name_self_CA(): ca_conf = os.path.join(SSL_DIR, "openssl.ca.cnf") - if not os.path.exists(ca_conf) : + if not os.path.exists(ca_conf): logger.warning(m18n.n('certmanager_self_ca_conf_file_not_found', file=ca_conf)) return ""