From ac47f126c03f4885debd8704e6b33dca73ced04e Mon Sep 17 00:00:00 2001 From: gryf Date: Sun, 27 Jun 2021 19:31:32 +0200 Subject: [PATCH] Removed surplus get_vm_info call in config. --- box.py | 1 - 1 file changed, 1 deletion(-) diff --git a/box.py b/box.py index 9bd5cc3..c559835 100755 --- a/box.py +++ b/box.py @@ -369,7 +369,6 @@ class Config: # than, override all of the attributes with provided arguments from # the command line - vm_info = vbox.get_vm_info() if vbox else {} for attr in self.ATTRS: val = getattr(args, attr, None) if not val: