This commit is contained in:
2019-09-15 09:42:16 -04:00
parent a847561beb
commit ac66581088
6 changed files with 87 additions and 18 deletions
-3
View File
@@ -48,9 +48,6 @@ class TaskScript:
if t.name not in [task.name for task in tasks]:
tasks.insert(i + 1, t)
# if reverse:
# tasks = list(reversed(tasks))
return tasks
@classmethod