mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-11 20:58:19 +08:00
Opt: Add counter of possible reasons
To prevent user reading only the last one
This commit is contained in:
@@ -56,8 +56,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: This event ({folder}) does not have {name}')
|
||||
logger.critical(f'Possible reason: 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