mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Show a missing attribute as < are > used as html tags
This commit is contained in:
parent
b3701176cb
commit
46f284ed15
1 changed files with 3 additions and 3 deletions
|
|
@ -402,9 +402,9 @@ class SyncEntitiesFactory:
|
|||
items = []
|
||||
items.append({
|
||||
"type": "label",
|
||||
"value": "# Can't access Custom attribute <{}>".format(
|
||||
CUST_ATTR_ID_KEY
|
||||
)
|
||||
"value": (
|
||||
"# Can't access Custom attribute: <b>\"{}\"</b>"
|
||||
).format(CUST_ATTR_ID_KEY)
|
||||
})
|
||||
items.append({
|
||||
"type": "label",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue