commit/galaxy-central: greg: Variable name fix for the tool shed's install and test framework.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/bc1173309bd5/ Changeset: bc1173309bd5 User: greg Date: 2014-02-25 14:52:11 Summary: Variable name fix for the tool shed's install and test framework. Affected #: 1 file diff -r 1c91163d6c768452d106bdc8d843406fd7696ac7 -r bc1173309bd5a503af402d1cc69dd992127ace0b test/install_and_test_tool_shed_repositories/base/twilltestcase.py --- a/test/install_and_test_tool_shed_repositories/base/twilltestcase.py +++ b/test/install_and_test_tool_shed_repositories/base/twilltestcase.py @@ -172,6 +172,6 @@ # This timeout currently defaults to 10 minutes. if timeout_counter > repository_installation_timeout: raise AssertionError( 'Repository installation timed out after %d seconds, repository state is %s.' % \ - ( timeout_counter, repository.status ) ) + ( timeout_counter, galaxy_repository.status ) ) break time.sleep( 1 ) 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