1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 22:37:00 +08:00

Fix: Deredundant emulator path in lowercase

This commit is contained in:
LmeSzinc
2024-04-11 02:11:59 +08:00
parent c4f0bc1a89
commit 13f5c1a6b3
2 changed files with 6 additions and 1 deletions

View File

@@ -47,6 +47,8 @@ class PlatformBase(Connection, EmulatorManagerBase):
@cached_property
def emulator_info(self) -> EmulatorInfo:
emulator = self.config.EmulatorInfo_Emulator
if emulator == 'auto':
emulator = ''
def parse_info(value):
if isinstance(value, str):