mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 02:48:23 +08:00
Tweak: A lot of tweaks in alas.bat and Easy_Install-V2.bat
- Now will check each dependency and if return error will warning where is the problem - Added logging
This commit is contained in:
@@ -47,6 +47,8 @@ def hr(title, level=3):
|
||||
|
||||
def attr(name, text):
|
||||
logger.info('[%s] %s' % (str(name), str(text)))
|
||||
if '[%s] %s' % (str(name), str(text)) == '[Fast_Forward] off':
|
||||
raise Exception
|
||||
|
||||
|
||||
logger.hr = hr
|
||||
|
||||
Reference in New Issue
Block a user