mirror of
https://github.com/beetbox/beets.git
synced 2026-01-09 09:22:55 +01:00
lastgenre: Fix c14n load log msg format
This commit is contained in:
parent
856bde1efb
commit
0cdb1224b9
1 changed files with 1 additions and 1 deletions
|
|
@ -139,7 +139,7 @@ class LastGenrePlugin(plugins.BeetsPlugin):
|
|||
c14n_filename = C14N_TREE
|
||||
# Read the tree
|
||||
if c14n_filename:
|
||||
self._log.debug("Loading canonicalization tree {0}", c14n_filename)
|
||||
self._log.debug("Loading canonicalization tree {}", c14n_filename)
|
||||
with open(
|
||||
syspath(normpath(c14n_filename)), "r", encoding="utf-8"
|
||||
) as f:
|
||||
|
|
|
|||
Loading…
Reference in a new issue