mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Fixed hound's comments
This commit is contained in:
parent
0d981a6129
commit
0beec8c3a7
1 changed files with 1 additions and 1 deletions
|
|
@ -579,7 +579,7 @@ class Listener:
|
|||
shot=task["entity"]["name"]
|
||||
)
|
||||
|
||||
ent_type=ent_type + " - " if ent_type is not None else "",
|
||||
ent_type=ent_type + " - " if ent_type is not None else ""
|
||||
msg = "Task deleted: {proj} - {ent_type}{parent}" \
|
||||
" - {task}".format(
|
||||
proj=task["zou"]["project"]["name"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue