aboutsummaryrefslogtreecommitdiffstats
path: root/grc/core/cache.py
diff options
context:
space:
mode:
Diffstat (limited to 'grc/core/cache.py')
-rw-r--r--grc/core/cache.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/grc/core/cache.py b/grc/core/cache.py
index eec637515..e937e4a92 100644
--- a/grc/core/cache.py
+++ b/grc/core/cache.py
@@ -51,7 +51,7 @@ class Cache(object):
else:
if self.log:
logger.info(f"Outdated cache {self.cache_file} found, "
- "will be overwritten.")
+ "will be overwritten.")
raise ValueError()
except (IOError, ValueError):
self.need_cache_write = True