split long line

This commit is contained in:
Owen Parry 2017-11-27 09:11:53 -08:00
parent 325ae6f0ee
commit eaa84178f7

View file

@ -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)