The branch, twofactorauth has been updated via dd379e7009d8bf7a6ae496aeeb86ba7defa7c0c9 (commit) from 957142e6ecbca5f20aa91101cf158d691cb3a598 (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 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) The diff of changes is: diff --git a/pyhoca/wxgui/frontend.py b/pyhoca/wxgui/frontend.py index d1493c7..463dec8 100644 --- a/pyhoca/wxgui/frontend.py +++ b/pyhoca/wxgui/frontend.py @@ -612,10 +612,9 @@ class PyHocaGUI(wx.App, x2go.X2goClient): _pp_dialog = printingprefs.PyHocaGUI_PrintingPreferences(self, mode='print', profile_name=profile_name, session_name=session_name) while _pp_dialog in self._sub_windows: _print_action = _pp_dialog.get_print_action() - _print_action_properties = _pp_dialog.get_print_action_properties() gevent.sleep(.2) - return _print_action, _print_action_properties + return _print_action def HOOK_printaction_error(self, filename, profile_name='UNKNOWN', session_name='UNKNOWN', err_msg='GENERIC_ERROR', printer=None): if printer: 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)).