The branch, master has been updated via 93a1d5c37c65e15b75407a935e84b62f9196f2fd (commit) from a34ffe959408cda6b58dea6d428e58ddac73fc17 (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 ----------------------------------------------------------------- commit 93a1d5c37c65e15b75407a935e84b62f9196f2fd Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Mar 13 16:09:43 2012 +0100 fix for last commit ----------------------------------------------------------------------- Summary of changes: x2go/cache.py | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) The diff of changes is: diff --git a/x2go/cache.py b/x2go/cache.py index b25d11a..7860b5c 100644 --- a/x2go/cache.py +++ b/x2go/cache.py @@ -179,8 +179,7 @@ class X2goListSessionsCache(object): """ try: if control_session is not None: - raise x2go_exceptions.X2goControlSessionException - self.x2go_listsessions_cache[profile_name]['sessions'] = control_session.list_sessions() + self.x2go_listsessions_cache[profile_name]['sessions'] = control_session.list_sessions() except x2go_exceptions.X2goControlSessionException, e: try: del self.x2go_listsessions_cache[profile_name] 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).