mirror of
https://github.com/beetbox/beets.git
synced 2026-01-03 22:42:44 +01:00
A user reported a problem with one of the logging statements where .format() tried to convert a Unicode string to bytes because the log message was '', not u''. As a rule, we should ensure that all logging statements use Unicode literals. |
||
|---|---|---|
| .. | ||
| autotag | ||
| ui | ||
| util | ||
| __init__.py | ||
| importer.py | ||
| library.py | ||
| mediafile.py | ||
| plugins.py | ||
| vfs.py | ||