The branch, twofactorauth has been updated via cae0b417df0d75b7685e73c7900cb71b10790106 (commit) from 6bf5b1b0142d0e1b2bd5f4861e4e348d570ad897 (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 6ae248b..4908413 100644 --- a/x2go/printactions.py +++ b/x2go/printactions.py @@ -307,7 +307,7 @@ class X2goPrintActionPRINT(X2goPrintAction): 0 ) 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) + self.HOOK_printaction_error(filename=_hr_filename, printer=_printer, err_msg=str(e), profile_name=self.profile_name, session_name=self.session_name) else: _hr_filename = self._humanreadable_filename(pdf_file, job_title, spool_dir) self.logger('printing incoming PDF file %s' % _hr_filename, loglevel=log.loglevel_NOTICE) 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).