commit/galaxy-central: Dave Bouvier: Fix undefined variable.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/14746e61b979/ Changeset: 14746e61b979 User: Dave Bouvier Date: 2013-11-22 20:52:28 Summary: Fix undefined variable. Affected #: 1 file diff -r 31138346d9ecb87887223e7940877b7949059a56 -r 14746e61b979fcf17e9fc9039ce2f5bd5621790a 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 @@ -508,6 +508,7 @@ # and functional tests should be skipped, since the tool dependency needs to be correctly installed # for the test to be considered reliable. log.debug( 'The following dependencies of this repository are missing, so skipping functional tests.' ) + params = {} # In keeping with the standard display layout, add the error message to the dict for each tool individually. for dependency in repository.missing_tool_dependencies: log.debug( 'Missing tool dependency %s of type %s version %s: %s' % \ 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