mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 21:32:15 +01:00
edit error message
This commit is contained in:
parent
fb2e41c9d8
commit
bd3be36954
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ class ValidateOutputMaps(pyblish.api.InstancePlugin):
|
|||
tmp_export_channel.remove(channel)
|
||||
if tmp_export_channel:
|
||||
raise PublishValidationError(
|
||||
"No Channel(s) {} found in the texture set:{}".format(
|
||||
"No Channel(s){} found in the texture set:{}".format(
|
||||
tmp_export_channel, instance.name
|
||||
))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue