mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Fixed comment
This commit is contained in:
parent
c86e8e1d6e
commit
8a91e4aaa0
1 changed files with 2 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue