* morituri/common/program.py:

Tell us which track is not in the db.
This commit is contained in:
Thomas Vander Stichele
2012-06-24 12:56:37 +00:00
parent a5cd47d44c
commit 8a7a69a361
2 changed files with 7 additions and 1 deletions

View File

@@ -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:

View File

@@ -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" % (