mirror of
https://github.com/beetbox/beets.git
synced 2025-12-06 08:39:17 +01:00
Fix line length
This commit is contained in:
parent
e11687f80a
commit
c1d93165f0
1 changed files with 2 additions and 2 deletions
|
|
@ -79,8 +79,8 @@ class KeyFinderPlugin(BeetsPlugin):
|
|||
try:
|
||||
key_raw = output.rsplit(None, 1)[-1]
|
||||
except IndexError:
|
||||
# Sometimes keyfinder-cli returns 0 but with no key, usually when
|
||||
# the file is silent or corrupt, so we log and skip.
|
||||
# Sometimes keyfinder-cli returns 0 but with no key, usually
|
||||
# when the file is silent or corrupt, so we log and skip.
|
||||
self._log.error(u'no key returned for path: {0}', item.path)
|
||||
continue
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue