close files after they are opened
This commit is contained in:
parent
0312b6275a
commit
7b82ab7b5d
|
@ -86,6 +86,7 @@ def load_cert_file(cert_path, cert_store):
|
||||||
'%s' % cert_path)
|
'%s' % cert_path)
|
||||||
begin = -1
|
begin = -1
|
||||||
i += 1
|
i += 1
|
||||||
|
f.close()
|
||||||
|
|
||||||
def get_context(fingerprint, verify_cb=None):
|
def get_context(fingerprint, verify_cb=None):
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue