mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-10 11:47:38 +02:00
set default value for key since we combined exception handling
This commit is contained in:
@@ -117,7 +117,7 @@ class PrintKey(plugins.PluginInterface):
|
||||
(renderers.UnreadableValue(),
|
||||
renderers.format_hints.Hex(hive.hive_offset),
|
||||
"Key",
|
||||
self.config['key'],
|
||||
self.config.get('key', "ROOT"),
|
||||
renderers.UnreadableValue(),
|
||||
renderers.UnreadableValue(),
|
||||
renderers.UnreadableValue()))
|
||||
|
||||
Reference in New Issue
Block a user