From 4e227d66a3e1c69436b46794628a3ec21ee72e7c Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Mon, 14 Apr 2014 12:34:01 -0700 Subject: [PATCH] tiny indentation fix --- beets/ui/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beets/ui/commands.py b/beets/ui/commands.py index 93995fc84..fde9f0dd0 100644 --- a/beets/ui/commands.py +++ b/beets/ui/commands.py @@ -721,7 +721,7 @@ class TerminalImportSession(importer.ImportSession): that's already in the library. """ log.warn("This %s is already in the library!" % - ("album" if task.is_album else "item")) + ("album" if task.is_album else "item")) if config['import']['quiet']: # In quiet mode, don't prompt -- just skip.