commit/galaxy-central: Dave Bouvier: Fix undefined name.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/872a34a5760f/ Changeset: 872a34a5760f User: Dave Bouvier Date: 2013-11-22 20:21:10 Summary: Fix undefined name. Affected #: 1 file diff -r ee214245805dee0e811a93db339ef9ab134de9a3 -r 872a34a5760fd4d855c8d2ee8f6dffac6a3d64b9 test/install_and_test_tool_shed_repositories/functional_tests.py --- a/test/install_and_test_tool_shed_repositories/functional_tests.py +++ b/test/install_and_test_tool_shed_repositories/functional_tests.py @@ -411,6 +411,7 @@ error_message = '' latest_revision_only = '-check_all_revisions' not in sys.argv repository_dicts = [] + results_dict = {} # We are testing deprecated repositories because it is possible that a deprecated repository contains valid tools that # someone has previously installed. Deleted repositories have never been installed, so should not be tested. If they are # undeleted, this script will then test them the next time it runs. We don't need to check if a repository has been deleted 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)
-
commits-noreply@bitbucket.org