mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-08-24 07:02:23 +02:00
Fix type signature on get_name
This commit is contained in:
@@ -246,7 +246,7 @@ class CM_KEY_NODE(objects.StructType):
|
||||
vollog.debug(f"Invalid address in get_values iteration: {excp}")
|
||||
return None
|
||||
|
||||
def get_name(self) -> str:
|
||||
def get_name(self) -> interfaces.objects.ObjectInterface:
|
||||
"""Gets the name for the current key node"""
|
||||
namelength = self.NameLength
|
||||
self.Name.count = namelength
|
||||
|
||||
Reference in New Issue
Block a user