1
0
mirror of https://github.com/gryf/boxpy.git synced 2025-12-30 22:52:27 +01:00

Removed surplus get_vm_info call in config.

This commit is contained in:
2021-06-27 19:31:32 +02:00
parent a975232042
commit ac47f126c0

1
box.py
View File

@@ -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: