lastgenre: Fix c14n load log msg format

This commit is contained in:
J0J0 Todos 2025-09-04 22:54:30 +02:00
parent 856bde1efb
commit 0cdb1224b9

View file

@ -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: