The branch, twofactorauth has been updated via e0fb0ea86d4af0994c979899a4cfb35e1621d24c (commit) via 3a9e2e4a7205d7a1a58839955bc410851177b156 (commit) from f4c8e2e5e090690d607581258b29a77a82901902 (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/messages.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) The diff of changes is: diff --git a/pyhoca/wxgui/messages.py b/pyhoca/wxgui/messages.py index b481c41..4a6c053 100644 --- a/pyhoca/wxgui/messages.py +++ b/pyhoca/wxgui/messages.py @@ -41,7 +41,10 @@ class PyHoca_MessageWindow(wx.Dialog): self._PyHocaGUI = _PyHocaGUI - wx.EndBusyCursor() + try: + wx.EndBusyCursor() + except: + pass if shortmsg is None: show_message = custom_message 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)).