Skip to content

Commit

Permalink
Remove unused message parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed Oct 16, 2017
1 parent c161d51 commit 34b07b8
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 @@ -428,7 +428,6 @@ def initiate_tool_dependency_installation(self, trans, tool_dependencies, **kwd)
@web.require_admin
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', ''))
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 34b07b8

Please sign in to comment.