commit/galaxy-central: greg: Fix for purging a repository in Galaxy installed from the Tool Shed.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/24d60b6d10ff/ Changeset: 24d60b6d10ff User: greg Date: 2014-06-26 16:59:47 Summary: Fix for purging a repository in Galaxy installed from the Tool Shed. Affected #: 1 file diff -r ba9452fd7e6119e4958fa2ddd10e45f6739c725a -r 24d60b6d10fffb69b49c008b71af9dd3b3a4fda1 lib/galaxy/webapps/galaxy/controllers/admin_toolshed.py --- a/lib/galaxy/webapps/galaxy/controllers/admin_toolshed.py +++ b/lib/galaxy/webapps/galaxy/controllers/admin_toolshed.py @@ -1271,7 +1271,7 @@ repository = suc.get_installed_tool_shed_repository( trans.app, repository_id ) if repository: if kwd.get( 'purge_repository', False ): - irm = install_manager.InstallRepositoryManager( trans.app ) + irm = trans.app.installed_repository_manager purge_status, purge_message = irm.purge_repository( trans.app, repository ) if purge_status == 'ok': new_kwd[ 'status' ] = "done" 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