mirror of
https://github.com/beetbox/beets.git
synced 2025-12-31 21:12:43 +01:00
remove whitespace
This commit is contained in:
parent
8a4c668218
commit
62ee1107c3
1 changed files with 1 additions and 1 deletions
|
|
@ -363,7 +363,7 @@ def _add_candidate(items, results, info):
|
|||
if info.album_id in results:
|
||||
log.debug('Duplicate.')
|
||||
return
|
||||
|
||||
|
||||
# Discard matches without required tags.
|
||||
for req_tag in config['match']['required'].as_str_seq():
|
||||
if getattr(info, req_tag) is None:
|
||||
|
|
|
|||
Loading…
Reference in a new issue