mirror of
https://github.com/beetbox/beets.git
synced 2026-02-24 16:23:04 +01:00
Formatting
This commit is contained in:
parent
941dd6e48f
commit
62c1d37bcc
1 changed files with 3 additions and 3 deletions
|
|
@ -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 {}'
|
||||
|
|
|
|||
Loading…
Reference in a new issue