issue #1017 - black updates

This commit is contained in:
Dave Lassalle
2023-10-18 14:08:50 -05:00
parent 9cc73b6a03
commit fcaba2d95a
+4 -1
View File
@@ -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("\\"):