edit error message

This commit is contained in:
Kayla Man 2024-05-24 22:25:32 +08:00
parent fb2e41c9d8
commit bd3be36954

View file

@ -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
))