mirror of
https://github.com/beetbox/beets.git
synced 2026-02-21 23:03:26 +01:00
Fix lint error :)
This commit is contained in:
parent
d1d166b5b5
commit
e3c86f24ae
1 changed files with 2 additions and 1 deletions
|
|
@ -77,7 +77,8 @@ def play_music(lib, opts, args):
|
|||
if len(selection) > 100:
|
||||
ui.print_(ui.colorize(
|
||||
'yellow',
|
||||
'You are about to queue {0} {1}.'.format(len(selection), item_type)))
|
||||
'You are about to queue {0} {1}.'.format(len(selection), item_type)
|
||||
))
|
||||
|
||||
if ui.input_options(('Continue', 'Abort')) == 'a':
|
||||
return
|
||||
|
|
|
|||
Loading…
Reference in a new issue