1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/1a8070a3b08a/ Changeset: 1a8070a3b08a User: afgane Date: 2013-11-26 00:06:21 Summary: Revert API tool installation fix because it break the GUI installs; API will still need a fix Affected #: 1 file diff -r 011df6fa309e9b4a052d5342218e888deabd063f -r 1a8070a3b08a65ae386b849548ecf921d916cf7a 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.id ) + tool_panel_section_key = 'section_%s' % str( tool_panel_section ) 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.