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:
1
box.py
1
box.py
@@ -369,7 +369,6 @@ class Config:
|
|||||||
|
|
||||||
# than, override all of the attributes with provided arguments from
|
# than, override all of the attributes with provided arguments from
|
||||||
# the command line
|
# the command line
|
||||||
vm_info = vbox.get_vm_info() if vbox else {}
|
|
||||||
for attr in self.ATTRS:
|
for attr in self.ATTRS:
|
||||||
val = getattr(args, attr, None)
|
val = getattr(args, attr, None)
|
||||||
if not val:
|
if not val:
|
||||||
|
|||||||
Reference in New Issue
Block a user