The branch, twofactorauth has been updated via 86055d5fdb0c0c94299946c95ffda6c468a89265 (commit) from e1f9afda375bab994849fc1b3feeded185a926b4 (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 6f95ddd..23a8f83 100644 --- a/x2go/printactions.py +++ b/x2go/printactions.py @@ -529,6 +529,6 @@ class X2GoPrintActionDIALOG(X2GoPrintAction): self.logger('Session %s (%s) is calling X2GoClient class hook method <client_instance>.HOOK_open_print_dialog' % (self.session_name, self.profile_name), loglevel=log.loglevel_NOTICE) _new_print_action = self.client_instance.HOOK_open_print_dialog(profile_name=self.profile_name, session_name=self.session_name) - if type(_new_print_action) != type(self): + if _new_print_action and type(_new_print_action) != type(self): _new_print_action._do_print(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).