From 0cdb1224b9feeb3fa61ea5ac9ae4c8d3cbad919d Mon Sep 17 00:00:00 2001 From: J0J0 Todos Date: Thu, 4 Sep 2025 22:54:30 +0200 Subject: [PATCH] lastgenre: Fix c14n load log msg format --- beetsplug/lastgenre/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beetsplug/lastgenre/__init__.py b/beetsplug/lastgenre/__init__.py index 20a757a55..c314a69ab 100644 --- a/beetsplug/lastgenre/__init__.py +++ b/beetsplug/lastgenre/__init__.py @@ -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: