Fix wrongly resolved line

This commit is contained in:
Jakub Trllo 2025-12-04 18:05:42 +01:00 committed by GitHub
parent aec589d9dd
commit 24ff7f02d6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -54,7 +54,7 @@ def get_product_name_template(
profiles = tools_settings["creator"]["product_name_profiles"]
filtering_criteria = {
"product_types": product_type,
"host_names": host_name,: host_name,
"host_names": host_name,
"task_names": task_name,
"task_types": task_type,
"product_base_types": product_base_type,