mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-13 21:27:39 +02:00
Volshell: More fixes for framework 2.0.0
This commit is contained in:
@@ -224,7 +224,8 @@ class VolShell(cli.CommandLine):
|
||||
if args.quiet:
|
||||
progress_callback = cli.MuteProgress()
|
||||
|
||||
constructed = plugins.construct_plugin(ctx, automagics, plugin, base_config_path, progress_callback, self)
|
||||
constructed = plugins.construct_plugin(ctx, automagics, plugin, base_config_path, progress_callback,
|
||||
self.file_handler_class_factory())
|
||||
|
||||
if args.write_config:
|
||||
vollog.debug("Writing out configuration data to config.json")
|
||||
|
||||
Reference in New Issue
Block a user