Formatting

This commit is contained in:
Rainer Hihn 2019-04-27 17:58:48 +02:00
parent 941dd6e48f
commit 62c1d37bcc

View file

@ -212,9 +212,9 @@ class AcousticPlugin(plugins.BeetsPlugin):
for attr, val in self._map_data_to_scheme(data, ABSCHEME):
if not tags or attr in tags:
self._log.debug(u'attribute {} of {} set to {}',
attr,
item,
val)
attr,
item,
val)
setattr(item, attr, val)
else:
self._log.debug(u'skipping attribute {} of {}'