mirror of
https://github.com/beetbox/beets.git
synced 2025-12-31 04:52:49 +01:00
Formatting
This commit is contained in:
parent
36dc105dc9
commit
941dd6e48f
1 changed files with 1 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue