mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Update client/ayon_core/pipeline/publish/lib.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
parent
52c03faf4b
commit
54c10cd6da
1 changed files with 1 additions and 1 deletions
|
|
@ -1081,7 +1081,7 @@ def has_trait_representations(
|
|||
False: Instance does not have trait representation.
|
||||
|
||||
"""
|
||||
return bool(instance.data.get(TRAIT_INSTANCE_KEY))
|
||||
return TRAIT_INSTANCE_KEY in instance.data
|
||||
|
||||
|
||||
def add_trait_representations(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue