2 new commits in galaxy-central:
https://bitbucket.org/galaxy/galaxy-central/commits/db9d27255059/ Changeset: db9d27255059 Branch: peterjc/fix-typo-nothting-sic-in-test-exception-1415290865597 User: peterjc Date: 2014-11-06 16:21:45+00:00 Summary: Fix typo nothting [sic] in test exception Affected #: 1 file
diff -r 4f8bee770d0be3f13cb7d2283a288c588b54ad63 -r db9d272550593edb566ff67d2731782f0f6b78f0 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
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.
galaxy-commits@lists.galaxyproject.org