commit/galaxy-central: dan: Fix minor typo in 5233:b5f4df8c3956
1 new changeset in galaxy-central: http://bitbucket.org/galaxy/galaxy-central/changeset/ad11762fe328/ changeset: r5234:ad11762fe328 user: dan date: 2011-03-18 18:40:58 summary: Fix minor typo in 5233:b5f4df8c3956 affected #: 1 file (3 bytes) --- a/scripts/tools/maf/check_loc_file.py Fri Mar 18 13:39:19 2011 -0400 +++ b/scripts/tools/maf/check_loc_file.py Fri Mar 18 13:40:58 2011 -0400 @@ -45,7 +45,7 @@ #existing species for spec in species_exist: if spec not in species_found_in_maf: - print "Line %i, %s claims to be have blocks for %s, but was not found in MAF files." % ( i, uid, spec ) + print "Line %i, %s claims to have blocks for %s, but was not found in MAF files." % ( i, uid, spec ) for spec in species_found_in_maf: if spec not in species_exist: print "Line %i, %s contains %s, but is not listed in loc file." % ( i, uid, spec ) 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)
-
Bitbucket