diff options
| -rw-r--r-- | lesana/collection.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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 | 
