mirror of
https://github.com/os-mnemo/pan-globalprotect-okta
synced 2026-07-31 07:44:38 +02:00
Add flush().
This commit is contained in:
@@ -227,6 +227,7 @@ class Conf(object):
|
||||
log('using temporary file {0} for storing certificates'.format(self.certs_fh.name))
|
||||
self.certs = self.certs_fh.name
|
||||
self.certs_fh.write(cert)
|
||||
self.certs_fh.flush()
|
||||
|
||||
def get_cert(self, name, default_verify=True):
|
||||
# type: (str, bool) -> Union[str, bool]
|
||||
|
||||
Reference in New Issue
Block a user