Update openpype/hosts/traypublisher/plugins/publish/validate_colorspace.py

Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
This commit is contained in:
Jakub Ježek 2023-12-12 16:55:03 +01:00 committed by GitHub
parent 764775bf00
commit 760adc87ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -52,7 +52,6 @@ class ValidateColorspace(pyblish.api.InstancePlugin,
f"Validating representation '{repre['name']}' "
f"colorspace '{colorspace}'"
)
self.log.debug(pformat(config_colorspaces[config_path]))
if colorspace not in config_colorspaces[config_path]:
message = (
f"Representation '{repre['name']}' colorspace "