fixbug: MGX-46

This commit is contained in:
莘权 马 2024-06-05 21:19:59 +08:00
parent 5b8f0331e5
commit 8bb103818b
2 changed files with 5 additions and 2 deletions

View file

@ -436,8 +436,6 @@ class Engineer(Role):
workdir = self.src_workspace / filename.parent
if not workdir.exists():
workdir = self.project_repo.workdir / filename.parent
if not workdir.exists():
return
await init_python_folder(workdir)
async def _is_fixbug(self) -> bool: