mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-02 14:45:17 +02:00
Merge pull request #1289 from Wei-Jianan/fix/excpetion_log_assistant
[fix]
This commit is contained in:
commit
316a49a478
1 changed files with 1 additions and 1 deletions
|
|
@ -136,4 +136,4 @@ class Assistant(Role):
|
|||
try:
|
||||
self.memory = BrainMemory(**m)
|
||||
except Exception as e:
|
||||
logger.exception(f"load error:{e}, data:{jsn}")
|
||||
logger.exception(f"load error:{e}, data:{m}")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue