add comment

This commit is contained in:
Kayla Man 2025-08-22 16:07:02 +08:00
parent 5740b9f495
commit 22e18cdfa2

View file

@ -107,6 +107,7 @@ class CreateHeroVersion(load.ProductLoaderPlugin):
"published_files": [f["path"] for f in repre.get("files", [])],
"anatomy_data": repre_anatomy
}
# get the publish directory
publish_template_key = get_publish_template_name(
project_name,
context.get("hostName"),