[X2Go-Commits] python-x2go.git - build-baikal (branch) updated: 0.1.1.4-135-g93a1d5c

X2Go dev team git-admin at x2go.org
Wed Jan 8 15:28:56 CET 2014


The branch, build-baikal 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 -----------------------------------------------------------------
-----------------------------------------------------------------------

Summary of changes:
 x2go/cache.py |    3 +--
 1 file changed, 1 insertion(+), 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).




More information about the x2go-commits mailing list