feat: allow windows virtual mmachine (#73)
This commit is contained in:
@@ -44,7 +44,7 @@ class VMwareProvider(Provider):
|
||||
else:
|
||||
return None
|
||||
|
||||
def start_emulator(self, path_to_vm: str, headless: bool):
|
||||
def start_emulator(self, path_to_vm: str, headless: bool, os_type: str):
|
||||
print("Starting VMware VM...")
|
||||
logger.info("Starting VMware VM...")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user