mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-26 03:24:50 +02:00
Slightly improve the output and get rid of pointless parameters.
This commit is contained in:
@@ -79,6 +79,8 @@ class CommandLine(object):
|
||||
if not plugin.validate(ctx, config_path):
|
||||
raise RuntimeError("Unable to validate the plugin configuration")
|
||||
|
||||
print("\n\n")
|
||||
|
||||
# Construct and run the plugin
|
||||
TextRenderer().render(plugin(ctx, config_path).run())
|
||||
|
||||
|
||||
Reference in New Issue
Block a user