* morituri/rip/cd.py:

Make sure we definitely fail on failed checksum.
This commit is contained in:
Thomas Vander Stichele
2011-08-13 16:42:52 +00:00
parent a4da75cf0a
commit e95d7a159b
2 changed files with 7 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
2011-08-13 Thomas Vander Stichele <thomas at apestaart dot org>
* morituri/rip/cd.py:
Make sure we definitely fail on failed checksum.
2011-08-13 Thomas Vander Stichele <thomas at apestaart dot org>
* doc/release:

View File

@@ -234,6 +234,8 @@ See http://sourceforge.net/tracker/?func=detail&aid=604751&group_id=2171&atid=1
else:
print 'ERROR: checksums did not match for track %d' % (
number)
return
print 'Peak level: %.2f %%' % (math.sqrt(trackResult.peak) * 100.0, )
print 'Rip quality: %.2f %%' % (trackResult.quality * 100.0, )