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

Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
Kayla Man 2025-04-29 20:41:01 +08:00 committed by GitHub
parent c32cdba660
commit 6d517d5e87
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -355,8 +355,7 @@ class ExtractThumbnail(pyblish.api.InstancePlugin):
).format(repre["name"]))
continue
has_review_tag = "review" in tags
if has_review_tag:
if "review" in tags:
review_repres.append(repre)
elif self._is_valid_images_repre(repre):
other_repres.append(repre)