details: http://www.bx.psu.edu/hg/galaxy/rev/971389b682c7 changeset: 3380:971389b682c7 user: Dan Blankenberg <dan@bx.psu.edu> date: Fri Feb 12 13:13:12 2010 -0500 description: Fix typo diffstat: lib/galaxy/datatypes/binary.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diffs (12 lines): diff -r 7de8cf4f1581 -r 971389b682c7 lib/galaxy/datatypes/binary.py --- a/lib/galaxy/datatypes/binary.py Fri Feb 12 13:10:52 2010 -0500 +++ b/lib/galaxy/datatypes/binary.py Fri Feb 12 13:13:12 2010 -0500 @@ -108,7 +108,7 @@ if stderr: if exit_code != 0: os.unlink( stderr_name ) #clean up - raise Exception, "Error Grooming BAM file contents: %s" % stderr + raise Exception, "Error Setting BAM Metadata: %s" % stderr else: print stderr