aboutsummaryrefslogtreecommitdiff
path: root/tools/Internals/cache.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/Internals/cache.py')
-rw-r--r--tools/Internals/cache.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Internals/cache.py b/tools/Internals/cache.py
index 54df890..35baa7f 100644
--- a/tools/Internals/cache.py
+++ b/tools/Internals/cache.py
@@ -31,7 +31,7 @@ class CacheManager:
if not name in self.__categories:
return default
- return _copy.deepcopy(self.__categories[key])
+ return _copy.deepcopy(self.__categories[name])
def set(self, name, cache):
""" Set the cache. """