зеркало из https://github.com/microsoft/cocos2d-x.git
[ci skip],for stupid error in equal (backup_files = current_files = range(1))
This commit is contained in:
Родитель
d46362abb3
Коммит
a1f1b2f3a1
|
@ -36,7 +36,8 @@ def check_current_3rd_libs(branch):
|
|||
config_file_paths = ['external/config.json','templates/lua-template-runtime/runtime/config.json']
|
||||
if (branch == 'v2'):
|
||||
config_file_paths = ['external/config.json']
|
||||
backup_files = current_files = range(1)
|
||||
backup_files = range(1)
|
||||
current_files = range(1)
|
||||
for i, config_file_path in enumerate(config_file_paths):
|
||||
if not os.path.isfile(config_file_path):
|
||||
raise Exception("Could not find 'external/config.json'")
|
||||
|
|
Загрузка…
Ссылка в новой задаче