mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[mod] certificate: pep8.
This commit is contained in:
parent
413a426773
commit
656bb809d1
1 changed files with 1 additions and 1 deletions
|
@ -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 ""
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue