Skip to content

Commit

Permalink
Fix one of the Tool Shed ID names
Browse files Browse the repository at this point in the history
  • Loading branch information
afgane committed Aug 14, 2015
1 parent 849e1fc commit ab64c06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/install_tool_shed_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ def _list_tool_categories(tl):
"""
category_list = []
for t in tl:
category_list.append(t.get('tool_panel_section_id'))
category_list.append(t.get('id'))
return set(category_list)


Expand Down

0 comments on commit ab64c06

Please sign in to comment.