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

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


The branch, build-baikal has been updated
       via  ccea5a21e55f92f599fd406a8f79ed3c367e56ff (commit)
      from  0343db23396f4820c0b01fa2095a4032eed92a79 (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 fedc385..7629fcd 100644
--- a/x2go/utils.py
+++ b/x2go/utils.py
@@ -190,7 +190,7 @@ def _convert_SessionProfileOptions_2_SessionParams(_options):
         del _params['fstunnel']
 
         if _params.has_key('share_local_folders'):
-            _params['share_local_folders'] = _params['share_local_folders'].split(',')
+            _params['share_local_folders'] = [ f for f in _params['share_local_folders'].split(',') if f ]
 
         if not _options['fullscreen']:
             _params['geometry'] = '%sx%s' % (_options['width'], _options['height'])


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