"vscode:/vscode.git/clone" did not exist on "d229d3e1354bdbefa6c1b1b00a2a22579488cc6a"
Commit 78c3f7d3 authored by lintangsutawika's avatar lintangsutawika
Browse files

add task_id for python tasks as well

parent 0905615f
......@@ -256,6 +256,8 @@ class TaskManager:
group_name: dict(collections.ChainMap(*map(fn, reversed(subtask_list))))
}
def build_tasks
def load_task_or_group(self, task_list: Optional[Union[str, list]] = None) -> dict:
"""Loads a dictionary of task objects from a list
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment