[X2Go-Commits] python-x2go.git - twofactorauth (branch) updated: 0.0.36.1-40-g9558f2d

X2Go dev team git-admin at x2go.org
Sat Sep 14 15:56:12 CEST 2013


The branch, twofactorauth has been updated
       via  9558f2df19aa4debb3de1a71859954610ad9653e (commit)
      from  580436d5f8210a4c60574e59c31af5831288a340 (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/dropbox.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

The diff of changes is:
diff --git a/x2go/dropbox.py b/x2go/dropbox.py
index dd3d736..7a7a08b 100644
--- a/x2go/dropbox.py
+++ b/x2go/dropbox.py
@@ -216,7 +216,7 @@ def x2go_dropboxjob_handler(dropbox_file=None,
 
     logger('action for printing is: %s' % dropbox_action, loglevel=log.loglevel_DEBUG)
 
-    _really_process = bool((not dropbox_extensions) or [ ext for ext in dropbox_extensions if dropbox_file.upper().endswith('.%s' % ext.upper()) ])
+    _really_process = bool((not dropbox_extensions) or [ ext for ext in dropbox_extensions if dropbox_file.upper().endswith('%s' % ext.upper()) ])
     if _really_process: 
         dropbox_action.do_process(dropbox_file=dropbox_file,
                                   dropbox_dir=parent_thread.dropbox_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