ugly thing in name of compatibility?

This commit is contained in:
Ondrej Samohel 2025-11-26 17:48:52 +01:00
parent 3a24db94f5
commit 64f549c495
No known key found for this signature in database
GPG key ID: 02376E18990A97C6

View file

@ -170,7 +170,7 @@ def get_product_name(
"type": task_type,
}
if "{task}" in template.lower():
task_value["name"] = task_name
task_value = task_name
elif "{task[short]}" in template.lower():
if project_entity is None: