[X2Go-Commits] pyhoca-gui.git - twofactorauth (branch) updated: 0.1.0.4-6-g84b16aa

X2Go dev team git-admin at x2go.org
Sat Sep 14 15:55:10 CEST 2013


The branch, twofactorauth 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 -----------------------------------------------------------------
-----------------------------------------------------------------------

Summary of changes:
 pyhoca/wxgui/frontend.py |    2 ++
 1 file changed, 2 insertions(+)

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




More information about the x2go-commits mailing list