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: