[X2Go-Commits] [python-x2go] 06/08: fix for d90c4b182

git-admin at x2go.org git-admin at x2go.org
Mon Oct 20 12:43:09 CEST 2014


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch build-main
in repository python-x2go.

commit 65f298a830457c99da6b9a098d2659b8b3449f5b
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Mon Oct 20 10:34:49 2014 +0200

    fix for d90c4b182
---
 x2go/backends/profiles/base.py |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/x2go/backends/profiles/base.py b/x2go/backends/profiles/base.py
index 46f8387..14f0ea3 100644
--- a/x2go/backends/profiles/base.py
+++ b/x2go/backends/profiles/base.py
@@ -340,7 +340,8 @@ class X2GoSessionProfiles():
             if type(value) is types.StringType:
                 value = unicode(value)
 
-            if option == 'export' and value is types.UnicodeType:
+            if option == 'export' and type(value) is types.UnicodeType:
+
                 _value = value.replace(',', ';').strip().strip('"').strip().strip(';').strip()
                 value = {}
                 if _value:

--
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