mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +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"]
|
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}" \
|
msg = "Task deleted: {proj} - {ent_type}{parent}" \
|
||||||
" - {task}".format(
|
" - {task}".format(
|
||||||
proj=task["zou"]["project"]["name"],
|
proj=task["zou"]["project"]["name"],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue