mirror of
https://github.com/beetbox/beets.git
synced 2026-01-16 21:25:14 +01:00
fix style
This commit is contained in:
parent
15b53f26ed
commit
e085368326
1 changed files with 2 additions and 1 deletions
|
|
@ -379,7 +379,8 @@ def show_change(cur_artist, cur_album, match):
|
|||
len(match.extra_tracks) / len(match.info.tracks)
|
||||
))
|
||||
for track_info in match.extra_tracks:
|
||||
line = u' ! {0: <48} (#{1: >2})'.format(track_info.title, format_index(track_info))
|
||||
line = u' ! {0: <48} (#{1: >2})'.format(track_info.title,
|
||||
format_index(track_info))
|
||||
if track_info.length:
|
||||
line += u' (%s)' % ui.human_seconds_short(track_info.length)
|
||||
print_(ui.colorize('text_warning', line))
|
||||
|
|
|
|||
Loading…
Reference in a new issue