mirror of
https://github.com/beetbox/beets.git
synced 2025-12-22 00:23:33 +01:00
Oh the formatting
This commit is contained in:
parent
b5f60c52d4
commit
cbb7aaf56b
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue