Fixed hound's comments

This commit is contained in:
Jacob Danell 2023-03-01 11:44:55 +01:00 committed by Milan Kolar
parent 0d981a6129
commit 0beec8c3a7

View file

@ -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"],