From cbb7aaf56be09e3b9deb29c2fc65c94d35217d39 Mon Sep 17 00:00:00 2001 From: e5e4eaeacd39c5cfba4d7c852c48277ae50331e6 Date: Sat, 23 Aug 2014 11:56:11 +1000 Subject: [PATCH] Oh the formatting --- 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 94fb3352c..8c29475e6 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: {02.2f}'.format(dist)) + log.debug(u'Success. Distance: {0:2.2f}'.format(dist)) results[info.album_id] = hooks.AlbumMatch(dist, info, mapping, extra_items, extra_tracks)