We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ab8cb4 commit e86ac63Copy full SHA for e86ac63
python/hopsworks_common/client/hopsworks.py
@@ -78,7 +78,7 @@ def __init__(self, hostname_verification):
78
79
def _materialize_ca_chain(self):
80
"""Convert truststore from jks to pem and return the location"""
81
- ca_chain_path = self._get_ca_chain_path()
+ ca_chain_path = Path(self._get_ca_chain_path())
82
if not ca_chain_path.exists():
83
keystore_pw = self._cert_key
84
ks = jks.KeyStore.load(
0 commit comments