Commit a2c516bd authored by lintangsutawika's avatar lintangsutawika
Browse files

removed comments

parent 1b0858e7
......@@ -122,7 +122,6 @@ class TaskManager(abc.ABC):
group_name = name_or_config["group"]
subtask_list = name_or_config["task"]
# What if group name is not registed/is new?
if (self._name_is_registered(group_name) is False) or (self._get_yaml_path(group_name) == -1):
all_subtasks = {group_name: (parent_name, None)}
else:
......
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