mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
fixed typo
This commit is contained in:
parent
cc153acb32
commit
ed84cf293f
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ class ExtractReview(pyblish.api.InstancePlugin):
|
|||
# Make sure cleanup happens and pop representations with "delete" tag.
|
||||
for repre in tuple(instance.data["representations"]):
|
||||
tags = repre.get("tags") or []
|
||||
if "delete" if tags:
|
||||
if "delete" in tags:
|
||||
instance.data["representations"].remove(repre)
|
||||
|
||||
def main_process(self, instance):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue