[X2Go-Commits] python-x2go.git - brokerclient (branch) updated: 0.0.36.1-13-g00a7b3d

X2Go dev team git-admin at x2go.org
Tue Jan 7 16:20:06 CET 2014


The branch, brokerclient has been updated
       via  00a7b3d435b12ba881ec352ac70fd7eaa3b80808 (commit)
      from  b0a0a804b0a74d875e17c420e432ac89f6960ce7 (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/printqueue.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

The diff of changes is:
diff --git a/x2go/printqueue.py b/x2go/printqueue.py
index f479760..c70a6fb 100644
--- a/x2go/printqueue.py
+++ b/x2go/printqueue.py
@@ -235,7 +235,7 @@ def x2go_printjob_handler(job_file=None, pdf_file=None, job_title=None, print_ac
     print_action.session_name = parent_thread.session_name
 
     logger('action for printing is: %s' % print_action, loglevel=log.loglevel_DEBUG)
-    print_action.do_print(pdf_file=os.path.join(parent_thread.spool_dir, pdf_file),
+    print_action.do_print(pdf_file=os.path.normpath(os.path.join(parent_thread.spool_dir, pdf_file)),
                           job_title=job_title,
                           spool_dir=parent_thread.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).




More information about the x2go-commits mailing list