commit/galaxy-central: dan: Merged in peterjc/galaxy-central-1/peterjc/fix-typo-nothting-sic-in-test-exception-1415290865597 (pull request #553)
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/6fd14d9f8b09/ Changeset: 6fd14d9f8b09 User: dan Date: 2014-11-06 16:27:20+00:00 Summary: Merged in peterjc/galaxy-central-1/peterjc/fix-typo-nothting-sic-in-test-exception-1415290865597 (pull request #553) Fix typo nothting [sic] in test exception Affected #: 1 file diff -r 4f8bee770d0be3f13cb7d2283a288c588b54ad63 -r 6fd14d9f8b099e926a2b8fa462938d8955c1713c lib/galaxy/tools/test.py --- a/lib/galaxy/tools/test.py +++ b/lib/galaxy/tools/test.py @@ -345,7 +345,7 @@ for metadata_elem in output_elem.findall( 'metadata' ): metadata[ metadata_elem.get('name') ] = metadata_elem.get( 'value' ) if not (assert_list or file or extra_files or metadata): - raise Exception( "Test output defines nothting to check (e.g. must have a 'file' check against, assertions to check, etc...)") + raise Exception( "Test output defines nothing to check (e.g. must have a 'file' check against, assertions to check, etc...)") attributes['assert_list'] = assert_list attributes['extra_files'] = extra_files attributes['metadata'] = metadata 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