[X2Go-Commits] python-x2go.git - build-baikal (branch) updated: 0.0.36.1-26-gb8456f5

X2Go dev team git-admin at x2go.org
Wed Jan 8 15:25:59 CET 2014


The branch, build-baikal has been updated
       via  b8456f581af501f1a6e9fe65ae098686a50b13b3 (commit)
      from  443ebca878a63dcecdb2634ee4dbacc2f24e2e68 (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 7f0e79e..c3ce4fe 100644
--- a/x2go/printactions.py
+++ b/x2go/printactions.py
@@ -311,7 +311,7 @@ class X2goPrintActionPRINT(X2goPrintAction):
                 time.sleep(20)
             except win32api.error, e:
                 if self.client_instance:
-                    self.client_instance.HOOK_printaction_error(filename=_hr_filename, printer=_printer, err_msg=str(e), profile_name=self.profile_name, session_name=self.session_name)
+                    self.client_instance.HOOK_printaction_error(filename=_hr_filename, printer=_printer, err_msg=e.message, profile_name=self.profile_name, session_name=self.session_name)
                 else:
                     self.logger('Encountered win32api.error: %s' % str(e), loglevel=log.loglevel_ERROR)
 


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).




More information about the x2go-commits mailing list