mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-07 02:07:39 +02:00
Fix up a typo that accidentally got introduced.
This commit is contained in:
@@ -148,7 +148,7 @@ class HierarchicalDict(collections.abc.Mapping):
|
||||
subdict = self._subdict[self._key_head(key)]
|
||||
del subdict[self._key_tail(key)]
|
||||
else:
|
||||
del self._subdict[self._key_head(key)]
|
||||
del self._data[self._key_head(key)]
|
||||
except KeyError:
|
||||
raise KeyError(key)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user