Skip to content
Commits on Source (2)
......@@ -105,7 +105,7 @@ def compare_tasks(tasks, tasks_compare, taskprefix):
first_print = True
for task in tasks:
for task in sorted(tasks):
if not task in tasks_compare:
continue
......