mirror of
https://github.com/beetbox/beets.git
synced 2026-01-07 08:32:06 +01:00
Oh the formatting
This commit is contained in:
parent
020ee2b1ed
commit
7f0f046f8a
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue