mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
typo
This commit is contained in:
parent
7aacc4f0ec
commit
f435408018
1 changed files with 1 additions and 1 deletions
|
|
@ -206,7 +206,7 @@ class ExtractThumbnail(pyblish.api.InstancePlugin):
|
|||
# This is mainly for Nuke where we have multiple representations for
|
||||
# one instance. We want to use only one representation for thumbnail
|
||||
# first check if any of the representations have
|
||||
# `need-thumbnail` in tags and add them to filtered_repres
|
||||
# `need_thumbnail` in tags and add them to filtered_repres
|
||||
need_thumb_repres = [
|
||||
repre for repre in src_repres
|
||||
if "need_thumbnail" in repre.get("tags", [])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue