Skip to content

Commit

Permalink
[HWORKS-622] Fix istio client _close() call
Browse files Browse the repository at this point in the history
  • Loading branch information
javierdlrm committed Jun 30, 2023
1 parent 9493e33 commit 4497357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/hsml/client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,5 +144,5 @@ def set_knative_domain(knative_domain):
def stop():
global _hopsworks_client, _istio_client
_hopsworks_client._close()
_istio_client.close()
_istio_client._close()
_hopsworks_client = _istio_client = None

0 comments on commit 4497357

Please sign in to comment.