Skip to content

Commit

Permalink
Reset client in connection before initialising it
Browse files Browse the repository at this point in the history
  • Loading branch information
vatj committed Mar 21, 2024
1 parent 6ad8ae0 commit 7f40ccf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/hopsworks/connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ def connect(self):
conn.connect()
```
"""
client.stop()
self._connected = True
try:
# init client
Expand Down

0 comments on commit 7f40ccf

Please sign in to comment.