mirror of
https://github.com/beetbox/beets.git
synced 2025-12-14 20:43:41 +01:00
tiny indentation fix
This commit is contained in:
parent
fcb55145e6
commit
4e227d66a3
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue