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

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


The branch, build-baikal has been updated
       via  0ba8dfed0c71b41a958ebec3fbd7dc47eac53a91 (commit)
      from  2a0dbf79544067af78035c031a2c59180c54a463 (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, 2 insertions(+)

The diff of changes is:
diff --git a/x2go/utils.py b/x2go/utils.py
index bab3c58..95bed7d 100644
--- a/x2go/utils.py
+++ b/x2go/utils.py
@@ -355,6 +355,8 @@ def get_encoding():
     """
     try:
         encoding = locale.getdefaultlocale()[1]
+        if encoding is None:
+            raise BaseException
     except:
         try:
             encoding = sys.getdefaultencoding()


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