From da6ee8b6982fa5e89c6c808cfe86e75707eca887 Mon Sep 17 00:00:00 2001 From: Elena ``of Valhalla'' Grandi Date: Sun, 13 Sep 2020 13:27:49 +0200 Subject: Fix .format string --- lesana/collection.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lesana/collection.py b/lesana/collection.py index 25b86e5..ca66fcf 100644 --- a/lesana/collection.py +++ b/lesana/collection.py @@ -274,7 +274,7 @@ class Collection(object): fnames = os.listdir(self.itemdir) except FileNotFoundError: logging.warning( - "No such file or directory: %s, not updating cache".format( + "No such file or directory: {}, not updating cache".format( self.itemdir) ) return 0 -- cgit v1.2.3