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

Opt: Better tips when having wrong configs

This commit is contained in:
LmeSzinc
2021-12-31 01:34:01 +08:00
parent 70b35b6ad0
commit cd0204f455
5 changed files with 12 additions and 9 deletions

View File

@@ -55,8 +55,8 @@ class CampaignRun(UI):
files = [f[:-3] for f in os.listdir(folder) if f[-3:] == '.py']
logger.warning(f'Existing files: {files}')
logger.critical(f'Possible reason 1: This event ({folder}) does not have {name}')
logger.critical(f'Possible reason 2: You are using an old Alas, '
logger.critical(f'Possible reason #1: This event ({folder}) does not have {name}')
logger.critical(f'Possible reason #2: You are using an old Alas, '
'please check for update, or make map files yourself using dev_tools/map_extractor.py')
raise RequestHumanTakeover