mirror of
https://github.com/kennethreitz/bake.git
synced 2026-06-05 23:00:17 +00:00
things
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user