Fix type signature on get_name

This commit is contained in:
David McDonald
2024-10-07 13:54:07 -05:00
parent e622acc7f8
commit dec0d506f9
@@ -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