Skip to content
Snippets Groups Projects
Commit 8a051a6f authored by Dominic Kempf's avatar Dominic Kempf
Browse files

Fixup cache restoring context

parent 726613da
No related branches found
No related tags found
No related merge requests found
......@@ -44,6 +44,7 @@ class _CacheRestoringContext(object):
def __exit__(self, exc_type, exc_value, traceback):
for i, c in self.cache.items():
i._memoize_cache = {}
for k, v in c.items():
i._memoize_cache[k] = v
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment