mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 01:38:21 +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
|
||||
|
||||
@@ -105,7 +105,7 @@ class Update:
|
||||
date -= date.utcoffset()
|
||||
date = date.replace(tzinfo=None)
|
||||
|
||||
return date, '<local>'
|
||||
return date, '<local version>'
|
||||
|
||||
def get_latest_commit(self):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user