fix display inconsistency for certstore path

This commit is contained in:
Maximilian Hils 2018-03-03 19:23:05 +01:00 committed by GitHub
parent 9760396a37
commit 3692b4ceab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,7 +53,7 @@ class ProxyConfig:
if not os.path.exists(os.path.dirname(certstore_path)): if not os.path.exists(os.path.dirname(certstore_path)):
raise exceptions.OptionsError( raise exceptions.OptionsError(
"Certificate Authority parent directory does not exist: %s" % "Certificate Authority parent directory does not exist: %s" %
os.path.dirname(options.cadir) os.path.dirname(certstore_path)
) )
self.certstore = certs.CertStore.from_store( self.certstore = certs.CertStore.from_store(
certstore_path, certstore_path,