commit/galaxy-central: dan: Fix for uninstalling a Tool Shed Repository.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/f8869673cf8c/ changeset: f8869673cf8c user: dan date: 2012-10-12 21:35:41 summary: Fix for uninstalling a Tool Shed Repository. affected #: 1 file diff -r 7be1e88035efd985c886c9e2723aa49c08557274 -r f8869673cf8cac165cd738333b48f0b21f3de60e 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 @@ -451,6 +451,8 @@ tool_shed_repository = get_repository( trans, kwd[ 'id' ] ) shed_tool_conf, tool_path, relative_install_dir = get_tool_panel_config_tool_path_install_dir( trans.app, tool_shed_repository ) if relative_install_dir: + if tool_path: + relative_install_dir = os.path.join( tool_path, relative_install_dir ) repository_install_dir = os.path.abspath( relative_install_dir ) else: repository_install_dir = None 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)
-
Bitbucket