commit/galaxy-central: dan: Fix for __get_tool_components when a tool is not loaded, but the item is still listed in the tool panel (due to not refreshing the page).
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/2057558b6c91/ changeset: 2057558b6c91 user: dan date: 2012-09-28 15:19:20 summary: Fix for __get_tool_components when a tool is not loaded, but the item is still listed in the tool panel (due to not refreshing the page). affected #: 1 file diff -r 508b95f2912926ae954d6b7e16aaac4408c85eec -r 2057558b6c91b59a94da493e7490a5f7ba9db6ba lib/galaxy/web/controllers/tool_runner.py --- a/lib/galaxy/web/controllers/tool_runner.py +++ b/lib/galaxy/web/controllers/tool_runner.py @@ -43,6 +43,7 @@ toolbox = self.get_toolbox() tool_version_select_field = None tools = [] + tool = None # Backwards compatibility for datasource tools that have default tool_id configured, but which are now using only GALAXY_URL. tool_ids = util.listify( tool_id ) for tool_id in tool_ids: 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