mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-08-30 11:49:42 +02:00
Automagic: Fix typo in cache stats
This commit is contained in:
@@ -371,7 +371,7 @@ class SqliteCache(CacheManagerInterface):
|
||||
|
||||
# Get stats
|
||||
stats_base_types = len(json_obj.get("base_types", {}))
|
||||
stats_types = len(json_obj.get("types", {}))
|
||||
stats_types = len(json_obj.get("user_types", {}))
|
||||
stats_enums = len(json_obj.get("enums", {}))
|
||||
stats_symbols = len(json_obj.get("symbols", {}))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user