Skip to content

Commit e86ac63

Browse files
committed
fix
1 parent 3ab8cb4 commit e86ac63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/hopsworks_common/client/hopsworks.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def __init__(self, hostname_verification):
7878

7979
def _materialize_ca_chain(self):
8080
"""Convert truststore from jks to pem and return the location"""
81-
ca_chain_path = self._get_ca_chain_path()
81+
ca_chain_path = Path(self._get_ca_chain_path())
8282
if not ca_chain_path.exists():
8383
keystore_pw = self._cert_key
8484
ks = jks.KeyStore.load(

0 commit comments

Comments
 (0)