From 5fe012f27a667e80c2d2d6d4d96449c1bbef9af0 Mon Sep 17 00:00:00 2001 From: e5e4eaeacd39c5cfba4d7c852c48277ae50331e6 Date: Sat, 23 Aug 2014 12:02:30 +1000 Subject: [PATCH] Just go back to basics --- beets/autotag/match.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beets/autotag/match.py b/beets/autotag/match.py index 8c29475e6..40c0a991b 100644 --- a/beets/autotag/match.py +++ b/beets/autotag/match.py @@ -383,7 +383,7 @@ def _add_candidate(items, results, info): log.debug(u'Ignored. Penalty: {0}'.format(penalty)) return - log.debug(u'Success. Distance: {0:2.2f}'.format(dist)) + log.debug(u'Success. Distance: {0}'.format(dist)) results[info.album_id] = hooks.AlbumMatch(dist, info, mapping, extra_items, extra_tracks)