patch by: Christophe Fergeau <cfergeau@redhat.com)

* morituri/common/program.py:
	  When --release-id is used, we are not making guesses based on the
	  CD lengths, so the message saying that we picked the closest match
	  in duration, which can still trigger, is inappropriate.
This commit is contained in:
Thomas Vander Stichele
2012-04-01 20:40:21 +00:00
parent f1b827d6c5
commit 93f033dfca
2 changed files with 10 additions and 1 deletions

View File

@@ -1,3 +1,12 @@
2012-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
patch by: Christophe Fergeau <cfergeau@redhat.com)
* morituri/common/program.py:
When --release-id is used, we are not making guesses based on the
CD lengths, so the message saying that we picked the closest match
in duration, which can still trigger, is inappropriate.
2012-01-23 Thomas Vander Stichele <thomas at apestaart dot org>
* TODO:

View File

@@ -299,7 +299,7 @@ class Program(log.Loggable):
"are not the same" % (
releaseTitle, i, metadata.releaseTitle))
if (len(deltas.keys()) > 1):
if (not release and len(deltas.keys()) > 1):
print
print 'Picked closest match in duration.'
print 'Others may be wrong in musicbrainz, please correct.'