commit/galaxy-central: greg: Fix bug introduced 2 commits ago.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/5c09dfcc62c2/ changeset: 5c09dfcc62c2 user: greg date: 2012-09-06 22:27:35 summary: Fix bug introduced 2 commits ago. affected #: 1 file diff -r f0fe84f46793708dc5eac02442e2e9a72e1d9c70 -r 5c09dfcc62c27857e0653c3a95df24c6fb316baf lib/galaxy/webapps/community/controllers/repository.py --- a/lib/galaxy/webapps/community/controllers/repository.py +++ b/lib/galaxy/webapps/community/controllers/repository.py @@ -1427,10 +1427,7 @@ tool_state = self.__new_state( trans ) is_malicious = changeset_is_malicious( trans, repository_id, repository.tip ) invalid_file_tups = [] - if tool is None: - if not valid: - invalid_file_tups = [ ( name, error_message ) ] - else: + if tool: invalid_file_tups = check_tool_input_params( trans.app, repository.repo_path, tool_config, 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