Skip to content

Commit

Permalink
fixbug: dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
莘权 马 committed Apr 1, 2024
1 parent a896351 commit c6956fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions metagpt/roles/engineer.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,9 +209,9 @@ async def _act_code_plan_and_change(self):
code_plan_and_change = node.instruct_content.model_dump_json()
dependencies = {
REQUIREMENT_FILENAME,
self.rc.todo.i_context.prd_filename,
self.rc.todo.i_context.design_filename,
self.rc.todo.i_context.task_filename,
str(self.project_repo.docs.prd.root_path / self.rc.todo.i_context.prd_filename),
str(self.project_repo.docs.system_design.root_path / self.rc.todo.i_context.design_filename),
str(self.project_repo.docs.task.root_path / self.rc.todo.i_context.task_filename),
}
code_plan_and_change_filepath = Path(self.rc.todo.i_context.design_filename)
await self.project_repo.docs.code_plan_and_change.save(
Expand Down

0 comments on commit c6956fb

Please sign in to comment.