inverting bugged condition

This commit is contained in:
Jakub Jezek 2023-11-23 10:10:08 +01:00
parent e51ddf8682
commit 3833819557
No known key found for this signature in database
GPG key ID: 730D7C02726179A7

View file

@ -214,7 +214,7 @@ class ExtractThumbnail(pyblish.api.InstancePlugin):
oiio_default_colorspace = None
# first look into representation colorspaceData, perhaps it has
# display and view
if not all([repre_display, repre_view]):
if all([repre_display, repre_view]):
self.log.info(
"Using Display & View from "
"representation: '{} ({})'".format(