feat: dispatch transmit args to actions
This commit is contained in:
@@ -20,7 +20,7 @@ class Scheduler:
|
||||
|
||||
def dispatch(self, task):
|
||||
""" Do a task """
|
||||
ans = self.actions[task.action](task.deps)
|
||||
ans = self.actions[task.action](task.deps, task.args)
|
||||
return ans
|
||||
|
||||
def __next__(self):
|
||||
|
||||
Reference in New Issue
Block a user