mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-08-29 03:09:48 +02:00
issue #1017 - black updates
This commit is contained in:
@@ -174,7 +174,10 @@ class RegistryHive(linear.LinearlyMappedLayer):
|
||||
root_node = self.get_node(self.root_cell_offset)
|
||||
if not root_node.vol.type_name.endswith(constants.BANG + "_CM_KEY_NODE"):
|
||||
raise RegistryFormatException(
|
||||
self.name, "Encountered {} instead of _CM_KEY_NODE".format(root_node.vol.type_name)
|
||||
self.name,
|
||||
"Encountered {} instead of _CM_KEY_NODE".format(
|
||||
root_node.vol.type_name
|
||||
),
|
||||
)
|
||||
node_key = [root_node]
|
||||
if key.endswith("\\"):
|
||||
|
||||
Reference in New Issue
Block a user