Bug 1836153 - Changed line 114 in compare_tasks.py (#7710)

* Changed line 40 in Usage.jsx: Changed 'Need' to 'need'

* bug-1836153 changed comment on line 114 of compare_tasks.py from 'th_instancely' to 'instance'

* Fixes pyhton version change, Changes line 114 in misc/compare_tasks.py from 'th_instancely' with 'instance'
This commit is contained in:
tfdeleon 2023-06-14 21:24:52 -04:00 коммит произвёл GitHub
Родитель 719dd9b676
Коммит fead382864
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -111,13 +111,13 @@ if __name__ == "__main__":
if production_dict:
logger.info(
"There are the first 10 production jobs we do not have th_instancely. Follow the link to investigate."
"There are the first 10 production jobs we do not have instance. Follow the link to investigate."
)
for job in list(production_dict.values())[0:10]:
print_url_to_taskcluster(job["job_guid"])
if th_instance_not_found:
logger.info("Number of jobs not found th_instancely: %s jobs", len(th_instance_not_found))
logger.info("Number of jobs not found instance: %s jobs", len(th_instance_not_found))
for job in th_instance_not_found:
print_url_to_taskcluster(job["job_guid"])