mirror of
https://github.com/beetbox/beets.git
synced 2026-01-08 00:45:55 +01:00
split long line
This commit is contained in:
parent
325ae6f0ee
commit
eaa84178f7
1 changed files with 2 additions and 1 deletions
|
|
@ -192,7 +192,8 @@ class AcousticPlugin(plugins.BeetsPlugin):
|
|||
val)
|
||||
setattr(item, attr, val)
|
||||
else:
|
||||
self._log.debug(u'skipping attribute {} of {} (value {}) due to config',
|
||||
self._log.debug(u'skipping attribute {} of {} (value {})'
|
||||
u' due to config',
|
||||
attr,
|
||||
item,
|
||||
val)
|
||||
|
|
|
|||
Loading…
Reference in a new issue