Backed out changeset da7bdd092e0b (bug 1615408) for try failures at test_fuzzy.py on a CLOSED TREE

This commit is contained in:
Coroiu Cristina 2020-02-14 01:16:00 +02:00
Родитель ec8506ea56
Коммит e869934731
1 изменённых файлов: 1 добавлений и 2 удалений

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

@ -151,8 +151,7 @@ def find_longest_path(graph, tasklist, duration_data):
return md
longest_paths = [find_dependency_durations(task) for task in tasklist]
# Default in case there are no tasks
return max(longest_paths, default=0)
return max(longest_paths)
def determine_quantile(quantiles_file, duration):