The branch, twofactorauth has been updated via 6bf5b1b0142d0e1b2bd5f4861e4e348d570ad897 (commit) from 7531933268c319fcea4e6637bef74051769c1096 (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: x2go/printactions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) The diff of changes is: diff --git a/x2go/printactions.py b/x2go/printactions.py index 3e44b0a..6ae248b 100644 --- a/x2go/printactions.py +++ b/x2go/printactions.py @@ -306,7 +306,7 @@ class X2goPrintActionPRINT(X2goPrintAction): ".", 0 ) - except error, e: + except win32api.error, e: self.HOOK_printaction_error(file_name=_hr_filename, printer=_printer, error=str(e), profile_name=self.profile_name, session_name=self.session_name) else: _hr_filename = self._humanreadable_filename(pdf_file, job_title, spool_dir) 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).