mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
Fix indent
This commit is contained in:
parent
1b3a08af01
commit
d5b9e814a7
1 changed files with 2 additions and 2 deletions
|
|
@ -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 "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue