Update client/ayon_core/plugins/publish/cleanup.py

Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
Roy Nieterau 2025-05-27 10:13:43 +02:00 committed by GitHub
parent d5b9e814a7
commit bf9c5b61a5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -76,7 +76,7 @@ class CleanUp(pyblish.api.InstancePlugin):
# product_type in self.exclude_families check.
product_type = instance.data["productType"]
if any(
exclude_family in product_type
product_type in exclude_family
for exclude_family in self.exclude_families
):
self.log.debug(