Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
barrettMCW authored Jun 18, 2024
1 parent 8d8108d commit 9e82381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/omero/gateway/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1970,9 +1970,9 @@ def close(self, hard=True): # pragma: no cover
finally:
oldC.__del__()
oldC = None
self.c = None
self._session = None
self._sessionUuid = None
self._resetOmeroClient()

self._proxies = NoProxies()
logger.info("closed connection (uuid=%s)" % str(self._sessionUuid))
Expand Down

0 comments on commit 9e82381

Please sign in to comment.