From e3c86f24ae9579f2802fc8562b19f5c8e44ac76a Mon Sep 17 00:00:00 2001 From: Lucas Duailibe Date: Sun, 25 May 2014 19:30:16 -0300 Subject: [PATCH] Fix lint error :) --- beetsplug/play.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/beetsplug/play.py b/beetsplug/play.py index 1edcda595..8c04228cc 100644 --- a/beetsplug/play.py +++ b/beetsplug/play.py @@ -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