mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-08-29 03:09:48 +02:00
issue #1019 - black updates
This commit is contained in:
@@ -154,7 +154,9 @@ class PrintKey(interfaces.plugins.PluginInterface):
|
||||
key_node_name = renderers.UnreadableValue()
|
||||
|
||||
# if the item is a subkey, use the LastWriteTime of that subkey
|
||||
last_write_time = conversion.wintime_to_datetime(node.LastWriteTime.QuadPart)
|
||||
last_write_time = conversion.wintime_to_datetime(
|
||||
node.LastWriteTime.QuadPart
|
||||
)
|
||||
|
||||
yield (
|
||||
depth,
|
||||
|
||||
Reference in New Issue
Block a user