Fixed comment

This commit is contained in:
Jacob Danell 2023-03-17 16:22:28 +01:00
parent c86e8e1d6e
commit 8a91e4aaa0

View file

@ -33,8 +33,8 @@ class IntegrateKitsuNote(pyblish.api.ContextPlugin):
if key not in instance.data:
self.log.warning(
"Key '{}' was not found in instance.data "
"and will be rendered as "
" in the comment".format(key)
"and will be rendered as an empty string "
"in the comment".format(key)
)
return ""
else: