From d5b9e814a732236b0b9dd153772e29195036abad Mon Sep 17 00:00:00 2001 From: Roy Nieterau Date: Tue, 27 May 2025 10:08:43 +0200 Subject: [PATCH] Fix indent --- client/ayon_core/plugins/publish/cleanup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/ayon_core/plugins/publish/cleanup.py b/client/ayon_core/plugins/publish/cleanup.py index 53f1dea071..4daeacf754 100644 --- a/client/ayon_core/plugins/publish/cleanup.py +++ b/client/ayon_core/plugins/publish/cleanup.py @@ -76,8 +76,8 @@ class CleanUp(pyblish.api.InstancePlugin): # product_type in self.exclude_families check. product_type = instance.data["productType"] if any( - exclude_family in product_type - for exclude_family in self.exclude_families + exclude_family in product_type + for exclude_family in self.exclude_families ): self.log.debug( "Skipping cleanup for instance because product "