Skip to content

Commit

Permalink
set session ID only
Browse files Browse the repository at this point in the history
  • Loading branch information
jburel committed Mar 25, 2024
1 parent dd97de9 commit 704e50f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/omero/gateway/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1550,7 +1550,6 @@ def __init__(self, username=None, passwd=None, client_obj=None, group=None,
if self.c is not None:
try:
self._sessionUuid = self.c.getSessionId()
self._session = self.c.getSession()
except omero.ClientError: # no session available
pass
self._lastGroupId = None
Expand Down

0 comments on commit 704e50f

Please sign in to comment.