"docs/vscode:/vscode.git/clone" did not exist on "a0a77d937b99a617ec0f1e0578de06a71b636f30"
Commit e3f6d1ad authored by lintangsutawika's avatar lintangsutawika
Browse files

fixed typo

parent 48aefc70
......@@ -158,7 +158,7 @@ class TaskManager(abc.ABC):
task_name = task["task"]
if isinstance(task_object, dict):
all_loaded_tasks = {**task_object, **self.ALL_TASKS}
all_loaded_tasks = {**task_object, **self.all_loaded_tasks}
else:
all_loaded_tasks[task_name] = task_object
......
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