commit/galaxy-central: greg: Fix for viewing invalid tools in the tool shed.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/74a7bc65f1ed/ changeset: 74a7bc65f1ed user: greg date: 2012-11-12 22:05:55 summary: Fix for viewing invalid tools in the tool shed. affected #: 1 file diff -r 8cc09edeafb2b01b034c8c4abff1b0bc95a66d47 -r 74a7bc65f1ed8bde40425d1823ad8761b6cdcea8 lib/galaxy/webapps/community/controllers/repository.py --- a/lib/galaxy/webapps/community/controllers/repository.py +++ b/lib/galaxy/webapps/community/controllers/repository.py @@ -1577,7 +1577,6 @@ params = util.Params( kwd ) message = util.restore_text( params.get( 'message', '' ) ) status = params.get( 'status', 'error' ) - repository_clone_url = generate_clone_url_for_repository_in_tool_shed( trans, repository_id ) repository, tool, error_message = load_tool_from_changeset_revision( trans, repository_id, changeset_revision, tool_config ) tool_state = self.__new_state( trans ) is_malicious = changeset_is_malicious( trans, repository_id, repository.tip( trans.app ) ) 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)
-
Bitbucket