mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-03 21:02:38 +02:00
fixbug: send useless message to nobody from QaEngineer
This commit is contained in:
parent
9a3c92ed11
commit
3e8bba70bc
1 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue