Volshell: More fixes for framework 2.0.0

This commit is contained in:
Mike Auty
2020-10-29 09:43:16 +00:00
committed by ikelos
parent f9345acf43
commit 5aa67d12af
3 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -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")