Skip to content

Commit fcaba2d

Browse files
author
Dave Lassalle
committed
issue #1017 - black updates
1 parent 9cc73b6 commit fcaba2d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

volatility3/framework/layers/registry.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,10 @@ def get_key(
174174
root_node = self.get_node(self.root_cell_offset)
175175
if not root_node.vol.type_name.endswith(constants.BANG + "_CM_KEY_NODE"):
176176
raise RegistryFormatException(
177-
self.name, "Encountered {} instead of _CM_KEY_NODE".format(root_node.vol.type_name)
177+
self.name,
178+
"Encountered {} instead of _CM_KEY_NODE".format(
179+
root_node.vol.type_name
180+
),
178181
)
179182
node_key = [root_node]
180183
if key.endswith("\\"):

0 commit comments

Comments
 (0)