[SCM] morituri/master: make sure we stop on bad crc

js at users.alioth.debian.org js at users.alioth.debian.org
Sun Oct 19 20:09:34 UTC 2014


The following commit has been merged in the master branch:
commit 4f377406f9d06876c6615b89c92f48ecd981ba6e
Author: Thomas Vander Stichele <thomas (at) apestaart (dot) org>
Date:   Mon Aug 15 22:39:54 2011 +0000

    make sure we stop on bad crc

diff --git a/morituri/rip/cd.py b/morituri/rip/cd.py
index d674f77..85d76f8 100644
--- a/morituri/rip/cd.py
+++ b/morituri/rip/cd.py
@@ -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, )

-- 
morituri packaging



More information about the pkg-multimedia-commits mailing list