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

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


The branch, build-baikal has been updated
       via  ebba8f1a15142f77a0cb409493212f83a5ba5d41 (commit)
      from  aa52dbb15cabb84d1bf5ebb39fce53c3d6bd6cff (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/utils.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

The diff of changes is:
diff --git a/x2go/utils.py b/x2go/utils.py
index 68767c7..a5460b4 100644
--- a/x2go/utils.py
+++ b/x2go/utils.py
@@ -157,7 +157,7 @@ def _convert_SessionProfileOptions_2_SessionParams(_options):
             if opt in _rename_dict.keys():
                 del _params[opt]
                 opt = _rename_dict[opt]
-            _params[opt] = val
+                _params[opt] = val
 
             # translate integer values for connection speed to readable strings
             if opt == 'link':


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