make sure we stop on bad crc

This commit is contained in:
Thomas Vander Stichele
2011-08-15 22:39:54 +00:00
parent fdbaa33b1f
commit 4f377406f9

View File

@@ -236,7 +236,7 @@ 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
raise
print 'Peak level: %.2f %%' % (math.sqrt(trackResult.peak) * 100.0, )
print 'Rip quality: %.2f %%' % (trackResult.quality * 100.0, )