Skip to content

Commit

Permalink
fix product name calculation error
Browse files Browse the repository at this point in the history
  • Loading branch information
iLLiCiTiT committed Jan 9, 2025
1 parent 015f1a4 commit 1b2ba41
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions client/ayon_tvpaint/api/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ def _custom_get_product_name(
task_entity,
variant,
host_name=None,
instance=None
instance=None,
project_entity=None,
):
dynamic_data = self.get_dynamic_data(
project_name,
Expand All @@ -84,7 +85,8 @@ def _custom_get_product_name(
variant,
dynamic_data=dynamic_data,
project_settings=self.project_settings,
product_type_filter=self.product_template_product_type
product_type_filter=self.product_template_product_type,
project_entity=project_entity,
)


Expand Down

0 comments on commit 1b2ba41

Please sign in to comment.