[ci skip],for stupid error in equal (backup_files = current_files = range(1))

This commit is contained in:
shujunqiao 2014-05-14 18:47:58 +08:00
Родитель d46362abb3
Коммит a1f1b2f3a1
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -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'")