mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Update client/ayon_core/pipeline/farm/pyblish_functions.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
parent
51c51eeef0
commit
009ab46be0
1 changed files with 1 additions and 2 deletions
|
|
@ -619,8 +619,7 @@ def get_product_name_and_group_from_template(
|
|||
# remove 'aov' from data used to format group. See todo comment above
|
||||
# for possible solution.
|
||||
_dynamic_data = deepcopy(dynamic_data) or {}
|
||||
if _dynamic_data["aov"]:
|
||||
del _dynamic_data["aov"]
|
||||
_dynamic_data.pop("aov", None)
|
||||
resulting_group_name = get_product_name(
|
||||
project_name=project_name,
|
||||
task_name=task_entity["name"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue