The branch, twofactorauth has been updated via ccbc9a1283d4bb9bd6777b9e882374981de200ce (commit) from 47c2a3e5f824fd97e9751e397237cb79db7a5912 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: x2go/registry.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) The diff of changes is: diff --git a/x2go/registry.py b/x2go/registry.py index 46cf87c..3e855cd 100644 --- a/x2go/registry.py +++ b/x2go/registry.py @@ -143,7 +143,7 @@ class X2goSessionRegistry(object): try: del self.registry[session_uuid] self.logger('Forgetting session UUID %s' % session_uuid, loglevel=log.loglevel_DEBUG) - except IndexError: + except KeyError: pass def get_profile_id(self, session_uuid): hooks/post-receive -- python-x2go.git (Python X2Go Client API) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "python-x2go.git" (Python X2Go Client API).