mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 10:55:17 +00:00
Quick fix for github action
This commit is contained in:
parent
36ab12c486
commit
59a59ebf66
1 changed files with 1 additions and 2 deletions
|
|
@ -36,8 +36,7 @@ def _find_repository_root() -> Path:
|
||||||
if (cwd / ".git").is_dir():
|
if (cwd / ".git").is_dir():
|
||||||
return cwd
|
return cwd
|
||||||
cwd = cwd.parent
|
cwd = cwd.parent
|
||||||
raise FileNotFoundError("Could not find the repository root directory")
|
return None
|
||||||
|
|
||||||
|
|
||||||
def _find_pyproject() -> Optional[Path]:
|
def _find_pyproject() -> Optional[Path]:
|
||||||
"""
|
"""
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue