commit/galaxy-central: davebgx: Remove call to send_control_task that should not have been added to admin.package_tool in the first place.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/d45b4b6ff827/ Changeset: d45b4b6ff827 User: davebgx Date: 2014-09-02 22:05:45 Summary: Remove call to send_control_task that should not have been added to admin.package_tool in the first place. Affected #: 1 file diff -r e8ab30c9e3471de1b874e580663560f6a4a7f143 -r d45b4b6ff827386ff3de59bc155e95f2cf2f5656 lib/galaxy/web/base/controllers/admin.py --- a/lib/galaxy/web/base/controllers/admin.py +++ b/lib/galaxy/web/base/controllers/admin.py @@ -67,7 +67,6 @@ tool_id = None if params.get( 'package_tool_button', False ): tool_id = params.get('tool_id', None) - galaxy.queue_worker.send_control_task(trans, 'package_tool', noop_self=True, kwargs={'tool_id': tool_id} ) tool_tarball, success, message = trans.app.toolbox.package_tool( trans, tool_id ) if success: trans.response.set_content_type( 'application/x-gzip' ) Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.
participants (1)
-
commits-noreply@bitbucket.org