Merge pull request #1170 from ynput/chore/1168-remove-deprecated-usage-of-thumb-nuke

remove usage of a deprecated tag: `thumb-nuke`
This commit is contained in:
Roy Nieterau 2025-03-05 12:25:11 +01:00 committed by GitHub
commit acf480856f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -343,8 +343,7 @@ class ExtractThumbnail(pyblish.api.InstancePlugin):
# to be published locally
continue
valid = "review" in tags or "thumb-nuke" in tags
if not valid:
if "review" not in tags:
continue
if not repre.get("files"):