commit/galaxy-central: afgane: Fix tool_panel_section id retrieval (affected installation of tools via the API into an existing tool panel)
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/6997fa059319/ Changeset: 6997fa059319 User: afgane Date: 2013-11-25 17:56:54 Summary: Fix tool_panel_section id retrieval (affected installation of tools via the API into an existing tool panel) Affected #: 1 file diff -r 87086657a2f4dbd44a2377f550fa6573876a8006 -r 6997fa059319b288877cf0728ac20fbb57e80dee lib/tool_shed/util/tool_util.py --- a/lib/tool_shed/util/tool_util.py +++ b/lib/tool_shed/util/tool_util.py @@ -673,7 +673,7 @@ tool_panel_section_id=section_id, new_tool_panel_section=new_tool_panel_section ) elif tool_panel_section: - tool_panel_section_key = 'section_%s' % str( tool_panel_section ) + tool_panel_section_key = 'section_%s' % str( tool_panel_section.id ) tool_section = trans.app.toolbox.tool_panel[ tool_panel_section_key ] else: return None, 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)
-
commits-noreply@bitbucket.org