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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user