mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14: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
2e79075fe3
commit
1f45f8e0a0
1 changed files with 1 additions and 1 deletions
|
|
@ -563,7 +563,7 @@ def _get_legacy_product_name_and_group(
|
|||
else:
|
||||
resulting_group_name = source_product_name
|
||||
|
||||
resulting_product_name = '{}'.format(resulting_group_name)
|
||||
resulting_product_name = resulting_group_name
|
||||
camera = dynamic_data.get("camera")
|
||||
aov = dynamic_data.get("aov")
|
||||
if camera:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue