mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 21:32:15 +01:00
improve debug msg
This commit is contained in:
parent
5f950b7218
commit
a392567e55
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ class ValidateOutputMaps(pyblish.api.InstancePlugin):
|
|||
invalid_channels = self.get_invalid_channels(instance, config)
|
||||
if invalid_channels:
|
||||
raise PublishValidationError(
|
||||
"No Channel(s): {} found in the texture set {}".format(
|
||||
"Invalid Channel(s): {} found in the texture set {}".format(
|
||||
invalid_channels, instance.name
|
||||
))
|
||||
parameters = config["exportParameters"][0]["parameters"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue