Merge branch 'dev_split_code_plan_and_change'

This commit is contained in:
mannaandpoem 2024-02-29 16:27:55 +08:00
commit 853d3d520a
28 changed files with 390 additions and 124 deletions

View file

@ -133,6 +133,7 @@ class ProjectRepo(FileRepository):
code_files = self.with_src_path(path=git_workdir / git_workdir.name).srcs.all_files
if not code_files:
return False
return True
def with_src_path(self, path: str | Path) -> ProjectRepo:
try: