mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[mod] use unused variable
This commit is contained in:
parent
f6188405bc
commit
4eaefe5145
1 changed files with 1 additions and 1 deletions
|
@ -813,7 +813,7 @@ def _name_self_CA():
|
|||
ca_conf = os.path.join(SSL_DIR, "openssl.ca.cnf")
|
||||
|
||||
try :
|
||||
with open("%s/openssl.ca.cnf" % SSL_DIR) as f:
|
||||
with open(ca_conf) as f:
|
||||
lines = f.readlines()
|
||||
|
||||
for line in lines:
|
||||
|
|
Loading…
Add table
Reference in a new issue