Use the right conf dir...

This commit is contained in:
Aldo Cortesi 2014-03-07 15:20:15 +13:00
parent d65f2215cb
commit d0e6fa2705
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ class ProxyConfig:
self.transparent_proxy = transparent_proxy
self.authenticator = authenticator
self.confdir = os.path.expanduser(confdir)
self.certstore = certutils.CertStore.from_store(confdir, CONF_BASENAME)
self.certstore = certutils.CertStore.from_store(self.confdir, CONF_BASENAME)