cosmetic fix

This commit is contained in:
Kayla Man 2024-03-01 17:44:01 +08:00
parent 2e9c1e4d6c
commit 48c64c9caf

View file

@ -38,7 +38,7 @@ class ValidateInstanceInContext(pyblish.api.InstancePlugin,
context_label = "{} > {}".format(*context)
instance_label = "{} > {}".format(folderPath, task)
message = (
"Instance '{}' publishes to different folderPath than current"
"Instance '{}' publishes to different folderPath than current "
"context: {}. Current context: {}".format(
instance.name, instance_label, context_label
)