Ensure we use the cache rathe rather than just saying we will.

This commit is contained in:
Mike Auty
2019-09-26 21:18:23 +01:00
parent 066a4e64f2
commit 8b3453dd29
2 changed files with 4 additions and 7 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ class InvalidDataException(VolatilityException):
class SymbolSpaceError(VolatilityException):
"""Thrown when an error occurs dealing with Symbols and Symbolspaces."""
"""Thrown when an error occurs dealing with Symbolspaces and SymbolTables."""
class LayerException(VolatilityException):