fixbug: send useless message to nobody from QaEngineer

This commit is contained in:
莘权 马 2023-11-23 21:38:51 +08:00
parent 9a3c92ed11
commit 3e8bba70bc

View file

@ -146,8 +146,8 @@ class QaEngineer(Role):
content=file_info,
role=self.profile,
cause_by=DebugError,
sent_from=self.profile,
send_to=recipient,
sent_from=self,
send_to=self,
)
self.publish_message(msg)
@ -158,6 +158,7 @@ class QaEngineer(Role):
role=self.profile,
cause_by=WriteTest,
sent_from=self.profile,
send_to=""
)
return result_msg