[X2Go-Commits] python-x2go.git - twofactorauth (branch) updated: 0.2.1.1-32-g3133baf

X2Go dev team git-admin at x2go.org
Sat Sep 14 15:57:59 CEST 2013


The branch, twofactorauth has been updated
       via  3133baf8a3c0e8dc6d80bad8d5aef6b0d0f34862 (commit)
      from  eb0cf279859b9ac49f72cda07b8ca7730dfe7a7e (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/backends/profiles/_file.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

The diff of changes is:
diff --git a/x2go/backends/profiles/_file.py b/x2go/backends/profiles/_file.py
index fcf678f..5320299 100644
--- a/x2go/backends/profiles/_file.py
+++ b/x2go/backends/profiles/_file.py
@@ -159,7 +159,7 @@ class X2GoSessionProfilesFILE(inifiles.X2GoIniFile):
         self._profiles_need_profile_id_renewal = []
 
         # at last write the profile config as is...
-        inifiles.X2GoIniFile.write(self)
+        return inifiles.X2GoIniFile.write(self)
 
 
     def get_profile_option_type(self, option):


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