From 7f40ccfcec2690d04c21d15e29cb8674354010d2 Mon Sep 17 00:00:00 2001 From: Victor Jouffrey Date: Thu, 21 Mar 2024 22:46:52 +0100 Subject: [PATCH] Reset client in connection before initialising it --- python/hopsworks/connection.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python/hopsworks/connection.py b/python/hopsworks/connection.py index 02fa7c250..1fe984030 100644 --- a/python/hopsworks/connection.py +++ b/python/hopsworks/connection.py @@ -239,6 +239,7 @@ def connect(self): conn.connect() ``` """ + client.stop() self._connected = True try: # init client