From 7f0f046f8a79c391a26d424ee449e7c0d1d9f367 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 fb20889de..4aafb4706 100644 --- a/beets/autotag/match.py +++ b/beets/autotag/match.py @@ -356,7 +356,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)