feat: allow windows virtual mmachine (#73)

This commit is contained in:
MillanK
2024-09-24 00:08:13 +08:00
committed by GitHub
parent e0d0041520
commit c2f68b9085
3 changed files with 40 additions and 13 deletions

View File

@@ -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...")