Fix line length

This commit is contained in:
Adam Miller 2020-12-07 22:11:08 -05:00
parent e11687f80a
commit c1d93165f0

View file

@ -79,8 +79,8 @@ class KeyFinderPlugin(BeetsPlugin):
try: try:
key_raw = output.rsplit(None, 1)[-1] key_raw = output.rsplit(None, 1)[-1]
except IndexError: except IndexError:
# Sometimes keyfinder-cli returns 0 but with no key, usually when # Sometimes keyfinder-cli returns 0 but with no key, usually
# the file is silent or corrupt, so we log and skip. # when the file is silent or corrupt, so we log and skip.
self._log.error(u'no key returned for path: {0}', item.path) self._log.error(u'no key returned for path: {0}', item.path)
continue continue