mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-02 14:45:17 +02:00
fix: module not found error.
This commit is contained in:
parent
b461d349c7
commit
0843a82a1b
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@ class MLEngineer(Role):
|
|||
# ask for acceptance, users can other refuse and change tasks in the plan
|
||||
task_result_confirmed = await self._ask_review()
|
||||
|
||||
if success and task_result_confirmed:
|
||||
if success and task_result_confirmed and not code.startswith("!pip"):
|
||||
# tick off this task and record progress
|
||||
task.code = code
|
||||
task.result = result
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue