The branch, twofactorauth has been updated via ed29b3372d2388cb23e0d9d9ad1f12eb611d9283 (commit) from 0355662fed7decdc11871e98fe0facb6a03c2da8 (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/cache.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) The diff of changes is: diff --git a/x2go/cache.py b/x2go/cache.py index fc850c5..cfc6055 100644 --- a/x2go/cache.py +++ b/x2go/cache.py @@ -104,10 +104,10 @@ class X2goListSessionsCache(object): try: self.x2go_listsessions_cache[profile_name] = control_session.list_sessions() except x2go_exceptions.X2goControlSessionException, e: - #try: - del self.x2go_listsessions_cache[profile_name] - #except KeyError: - # pass + try: + del self.x2go_listsessions_cache[profile_name] + except KeyError: + pass raise e def list_sessions(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).