[X2Go-Commits] [python-x2go] 01/01: return from X2GoClientXConfig.write() method
git-admin at x2go.org
git-admin at x2go.org
Mon Apr 14 16:41:34 CEST 2014
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch master
in repository python-x2go.
commit db061d8f6252fb15c528ef5f6b181f060dc62dc0
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Mon Apr 14 16:41:29 2014 +0200
return from X2GoClientXConfig.write() method
---
x2go/xserver.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x2go/xserver.py b/x2go/xserver.py
index 190e3d9..c4ab8a5 100644
--- a/x2go/xserver.py
+++ b/x2go/xserver.py
@@ -103,7 +103,7 @@ class X2GoClientXConfig(inifiles.X2GoIniFile):
"""
self._write_user_config = self.write_user_config
- self._X2GoIniFile__write()
+ return self._X2GoIniFile__write()
def get_xserver_config(self, xserver_name):
"""\
--
Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/python-x2go.git
More information about the x2go-commits
mailing list