The branch, master has been updated via 84b16aa141df5594a6caf2f69d62a2f0adddaaff (commit) from e04b5cc0461a318a3623dc1bc84381ee8ad3666f (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 84b16aa141df5594a6caf2f69d62a2f0adddaaff Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Jun 27 08:41:55 2011 +0200 fix for last commit... ----------------------------------------------------------------------- Summary of changes: pyhoca/wxgui/frontend.py | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) The diff of changes is: diff --git a/pyhoca/wxgui/frontend.py b/pyhoca/wxgui/frontend.py index 3d71b9d..9b17d05 100644 --- a/pyhoca/wxgui/frontend.py +++ b/pyhoca/wxgui/frontend.py @@ -134,6 +134,8 @@ class PyHocaGUI(wx.App, x2go.X2goClient): if self.args.logon_window_position: self.logon_window_position_x = int(self.args.logon_window_position.split('x')[0]) self.logon_window_position_y = int(self.args.logon_window_position.split('x')[1]) + else: + raise except: self.logon_window_position_x = self.logon_window_position_y = None hooks/post-receive -- pyhoca-gui.git (Python X2go Client (wxPython GUI)) 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 "pyhoca-gui.git" (Python X2go Client (wxPython GUI)).