mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-04-30 03:16:23 +02:00
fixbug: send useless message to nobody from QaEngineer
This commit is contained in:
parent
66cff9023f
commit
9a3c92ed11
1 changed files with 3 additions and 2 deletions
|
|
@ -100,8 +100,8 @@ class QaEngineer(Role):
|
|||
content=str(file_info),
|
||||
role=self.profile,
|
||||
cause_by=WriteTest,
|
||||
sent_from=self.profile,
|
||||
send_to=self.profile,
|
||||
sent_from=self,
|
||||
send_to=self,
|
||||
)
|
||||
self.publish_message(msg)
|
||||
|
||||
|
|
@ -182,5 +182,6 @@ 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