Skip to content

Commit

Permalink
Remove unused status parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed Oct 16, 2017
1 parent 368a86b commit c161d51
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/galaxy/webapps/galaxy/controllers/admin_toolshed.py
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,6 @@ def initiate_tool_dependency_installation(self, trans, tool_dependencies, **kwd)
def install_latest_repository_revision(self, trans, **kwd):
"""Install the latest installable revision of a repository that has been previously installed."""
message = escape(kwd.get('message', ''))
status = kwd.get('status', 'done')
repository_id = kwd.get('id', None)
if repository_id is not None:
repository = repository_util.get_installed_tool_shed_repository(trans.app, repository_id)
Expand Down

0 comments on commit c161d51

Please sign in to comment.