Formatting

This commit is contained in:
Rainer Hihn 2019-04-27 17:58:26 +02:00
parent 36dc105dc9
commit 941dd6e48f

View file

@ -211,8 +211,7 @@ class AcousticPlugin(plugins.BeetsPlugin):
if data:
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 {}',
self._log.debug(u'attribute {} of {} set to {}',
attr,
item,
val)