Commit 5a3a9573 authored by lintangsutawika's avatar lintangsutawika
Browse files

fix bug

parent 5c289f97
...@@ -268,8 +268,6 @@ class TaskManager: ...@@ -268,8 +268,6 @@ class TaskManager:
all_loaded_tasks = dict( all_loaded_tasks = dict(
collections.ChainMap(*map(self._load_individual_task_or_group, task_list)) collections.ChainMap(*map(self._load_individual_task_or_group, task_list))
) )
print(all_loaded_tasks)
import sys; sys.exit()
return all_loaded_tasks return all_loaded_tasks
def load_config(self, config: Dict): def load_config(self, config: Dict):
......
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