mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-18 13:55:17 +02:00
Merge branch 'fixbug/mgx-46' into 'mgx_ops'
fixbug: MGX-46 See merge request pub/MetaGPT!147
This commit is contained in:
commit
fa80b7e5aa
1 changed files with 2 additions and 2 deletions
|
|
@ -496,9 +496,9 @@ class Engineer(Role):
|
|||
filename = Path(i)
|
||||
if filename.suffix != ".py":
|
||||
continue
|
||||
workdir = self.src_workspace / filename.parent
|
||||
workdir = self.repo.srcs.workdir / filename.parent
|
||||
if not workdir.exists():
|
||||
workdir = self.project_repo.workdir / filename.parent
|
||||
workdir = self.repo.workdir / filename.parent
|
||||
await init_python_folder(workdir)
|
||||
|
||||
async def _is_fixbug(self) -> bool:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue