[SCM] morituri/master: * morituri/common/program.py: Tell us which track is not in the db.

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


The following commit has been merged in the master branch:
commit 8a7a69a3619c7c36bb1d2145092c38da6fc90b71
Author: Thomas Vander Stichele <thomas (at) apestaart (dot) org>
Date:   Sun Jun 24 12:56:37 2012 +0000

    	* morituri/common/program.py:
    	  Tell us which track is not in the db.

diff --git a/ChangeLog b/ChangeLog
index 62eee70..4328cbc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
+
+	* morituri/common/program.py:
+	  Tell us which track is not in the db.
+
 2012-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
 
 	* morituri/common/musicbrainzngs.py:
diff --git a/morituri/common/program.py b/morituri/common/program.py
index 76e667a..ca3257e 100644
--- a/morituri/common/program.py
+++ b/morituri/common/program.py
@@ -584,7 +584,8 @@ class Program(log.Loggable):
             # htoa tracks (i == 0) do not have an ARCRC
             if trackResult.ARCRC is None:
                 assert trackResult.number == 0, \
-                    'no trackResult.ARCRC on non-HTOA track'
+                    'no trackResult.ARCRC on non-HTOA track %d' % \
+                        trackResult.number
                 res.append("Track  0: unknown          (not tracked)")
             else:
                 res.append("Track %2d: %s %s [%08x]%s" % (

-- 
morituri packaging



More information about the pkg-multimedia-commits mailing list