fix&refactor: improve error handling in download process and enhance start_emulator method signature

This commit is contained in:
adlsdztony
2025-06-06 09:08:14 +00:00
parent 8b6ff51ebb
commit 71e9a1ead8
3 changed files with 4 additions and 2 deletions

View File

@@ -113,7 +113,7 @@ echo "$(date): Configured proxy {self.current_proxy.host}:{self.current_proxy.po
else:
return f"{proxy.protocol}://{proxy.host}:{proxy.port}"
def start_emulator(self, path_to_vm: str, headless: bool):
def start_emulator(self, path_to_vm: str, headless: bool, *args, **kwargs):
logger.info("Starting AWS VM with proxy configuration...")
ec2_client = boto3.client('ec2', region_name=self.region)