[X2Go-Commits] [x2goclient] 29/94: * forcing use_cache to False when constructing X2goClient instance

git-admin at x2go.org git-admin at x2go.org
Fri Dec 15 21:04:37 CET 2023


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to annotated tag 0.1.4.0
in repository x2goclient.

commit 997f5726ccc395c7815b8718c5d722e8f69c525f
Author: mike <mike at cdb5e8f1-f799-4276-8919-bce57fd91830>
Date:   Fri Dec 10 12:23:05 2010 +0000

    * forcing use_cache to False when constructing X2goClient instance
    
    
    git-svn-id: https://svn.das-netzwerkteam.de/x2go/pyhoca-cli/trunk@172 cdb5e8f1-f799-4276-8919-bce57fd91830
---
 pyhoca/cli/frontend.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyhoca/cli/frontend.py b/pyhoca/cli/frontend.py
index 838bfb3a..e24d013f 100644
--- a/pyhoca/cli/frontend.py
+++ b/pyhoca/cli/frontend.py
@@ -198,7 +198,7 @@ class PyHocaCLI(x2go.X2goClient):
         # initialize the X2goClient context and start the connection to the X2go server
         self._pyhoca_logger('preparing requested X2go session', x2go.loglevel_NOTICE, )
 
-        x2go.X2goClient.__init__(self, logger=liblogger)
+        x2go.X2goClient.__init__(self, use_cache=False, logger=liblogger)
 
         _profiles = self._X2goClient__get_profiles()
         if self.args.session_profile and _profiles.has_profile(self.args.session_profile):

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git


More information about the x2go-commits mailing list