mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 13:52:15 +01:00
Update client/ayon_core/pipeline/create/creator_plugins.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
parent
2b765954a3
commit
396af0cf86
1 changed files with 1 additions and 1 deletions
|
|
@ -800,7 +800,7 @@ class Creator(BaseCreator):
|
|||
product_name = instance.get("productName")
|
||||
product_type = instance.get("productType")
|
||||
folder_path = instance.get("folderPath")
|
||||
if not any([product_name, folder_path]):
|
||||
if not product_name or not folder_path:
|
||||
return None
|
||||
|
||||
version = instance.get("version")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue