[X2Go-Commits] python-x2go.git - brokerclient (branch) updated: 0.1.1.4-11-g7db6539

X2Go dev team git-admin at x2go.org
Tue Jan 7 16:20:49 CET 2014


The branch, brokerclient has been updated
       via  7db65397b994a99066a77b4166c5d0487cb0f974 (commit)
      from  afd1e9684b2722ce4a3239f7a8c55f7114157460 (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 |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

The diff of changes is:
diff --git a/x2go/utils.py b/x2go/utils.py
index 866abaa..fb6dac4 100644
--- a/x2go/utils.py
+++ b/x2go/utils.py
@@ -199,7 +199,8 @@ def _convert_SessionProfileOptions_2_SessionParams(_options):
     # append value for quality to value for pack method
     if _params['quality']:
         _params['pack'] = '%s-%s' % (_params['pack'], _params['quality'])
-        del _params['quality']
+    # delete quality in any case...
+    del _params['quality']
 
     del _params['fstunnel']
 


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