mirror of
https://github.com/beetbox/beets.git
synced 2025-12-25 18:13:17 +01:00
Fix over-indentation of wrapped code
This commit is contained in:
parent
576ec92992
commit
b4715d61e1
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ class CodingFormatter(AutoFieldCountFormatter):
|
|||
|
||||
def convert_field(self, value, conversion):
|
||||
converted = super(CodingFormatter, self).convert_field(value,
|
||||
conversion)
|
||||
conversion)
|
||||
try:
|
||||
converted = converted.decode(self._coding)
|
||||
except UnicodeEncodeError:
|
||||
|
|
|
|||
Loading…
Reference in a new issue