The branch, master has been updated via 9006f4a59cfe2149b93e4c726b42969b567f7d69 (commit) from e6d43d971febfb231c2cd4fbbc1a3045fbde6937 (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 ----------------------------------------------------------------- commit 9006f4a59cfe2149b93e4c726b42969b567f7d69 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Nov 7 20:52:05 2012 +0100 white space fix ----------------------------------------------------------------------- Summary of changes: x2go/backends/terminal/_stdout.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) The diff of changes is: diff --git a/x2go/backends/terminal/_stdout.py b/x2go/backends/terminal/_stdout.py index 204b5d6..403d606 100644 --- a/x2go/backends/terminal/_stdout.py +++ b/x2go/backends/terminal/_stdout.py @@ -844,13 +844,13 @@ class X2goTerminalSessionSTDOUT(object): _client_encoding = 'WINDOWS-1252' if _convert_encoding: - export_iconv_settings = 'export X2GO_ICONV=modules=iconv,from_code=%s,to_code=%s &&' % (_client_encoding, _server_encoding) + export_iconv_settings = 'export X2GO_ICONV=modules=iconv,from_code=%s,to_code=%s && ' % (_client_encoding, _server_encoding) else: export_iconv_settings = '' if folder_type == 'disk': - cmd_line = [ '%s export HOSTNAME &&' % export_iconv_settings, + cmd_line = [ '%sexport HOSTNAME &&' % export_iconv_settings, 'x2gomountdirs', 'dir', str(self.session_info.name), @@ -862,7 +862,7 @@ class X2goTerminalSessionSTDOUT(object): elif folder_type == 'spool': - cmd_line = [ '%s export HOSTNAME &&' % export_iconv_settings, + cmd_line = [ '%sexport HOSTNAME &&' % export_iconv_settings, 'x2gomountdirs', 'dir', str(self.session_info.name), @@ -874,7 +874,7 @@ class X2goTerminalSessionSTDOUT(object): elif folder_type == 'mimebox': - cmd_line = [ '%s export HOSTNAME &&' % export_iconv_settings, + cmd_line = [ '%sexport HOSTNAME &&' % export_iconv_settings, 'x2gomountdirs', 'dir', str(self.session_info.name), 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).