tiny indentation fix

This commit is contained in:
Adrian Sampson 2014-04-14 12:34:01 -07:00
parent fcb55145e6
commit 4e227d66a3

View file

@ -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.