chore: TODO
This commit is contained in:
parent
23ddb5ef4f
commit
1633a3035b
|
@ -18,6 +18,7 @@ def get_conf_stage(
|
||||||
if task_stage.groups:
|
if task_stage.groups:
|
||||||
groups = task_stage.groups
|
groups = task_stage.groups
|
||||||
else:
|
else:
|
||||||
|
# TODO: remove group matching
|
||||||
# single group is determined by adding between "[]" in the name of the task
|
# single group is determined by adding between "[]" in the name of the task
|
||||||
if match := re.search(r"\[([^\[\]]+)\]", task_stage.name):
|
if match := re.search(r"\[([^\[\]]+)\]", task_stage.name):
|
||||||
groups = [match.group(1)]
|
groups = [match.group(1)]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user