зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1510391 - When a task is not found, don't add None to the list of tasks to run. r=ahal
--HG-- extra : rebase_source : ef53880797df740bbbd289099cb602539b208599
This commit is contained in:
Родитель
04087c53c1
Коммит
33976b9bd2
|
@ -330,8 +330,8 @@ def filter_tasks_by_chunks(tasks, chunks):
|
|||
|
||||
if selected_task is None:
|
||||
print('Warning: no task found for chunk', platform, chunk)
|
||||
|
||||
selected_tasks.add(selected_task)
|
||||
else:
|
||||
selected_tasks.add(selected_task)
|
||||
|
||||
return list(selected_tasks)
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче