[mod] pep8

This commit is contained in:
Laurent Peuch 2016-12-02 14:19:28 +01:00
parent 4eaefe5145
commit 005d624f2f

View file

@ -817,7 +817,7 @@ def _name_self_CA():
lines = f.readlines()
for line in lines:
if (line.startswith("commonName_default")):
if line.startswith("commonName_default"):
return line.split()[2]
except:
pass