The branch, build-baikal has been updated via fa24fecce1796d550dbb6eca5a4cf4811b95d950 (commit) from de1c01fd8967163b2fb9688ed893624a4dd3203a (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 3dfea51..63b0030 100644 --- a/x2go/printactions.py +++ b/x2go/printactions.py @@ -479,7 +479,7 @@ 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, _new_print_action_properties = self.client_instance.HOOK_open_print_dialog(profile_name=self.profile_name, session_name=self.session_name) + _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): _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).