From a497216bebd8e5a9d3ebe4fd039b673d90346ce7 Mon Sep 17 00:00:00 2001 From: Dave Lassalle Date: Wed, 18 Oct 2023 14:09:42 -0500 Subject: [PATCH] issue #1019 - black updates --- volatility3/framework/plugins/windows/registry/printkey.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/volatility3/framework/plugins/windows/registry/printkey.py b/volatility3/framework/plugins/windows/registry/printkey.py index 70a288b63..f66e55f4b 100644 --- a/volatility3/framework/plugins/windows/registry/printkey.py +++ b/volatility3/framework/plugins/windows/registry/printkey.py @@ -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,