mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
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:
parent
c32cdba660
commit
6d517d5e87
1 changed files with 1 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue