mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-05 05:10:38 +08:00
Quick fix for github action
This commit is contained in:
@ -36,8 +36,7 @@ def _find_repository_root() -> Path:
|
||||
if (cwd / ".git").is_dir():
|
||||
return cwd
|
||||
cwd = cwd.parent
|
||||
raise FileNotFoundError("Could not find the repository root directory")
|
||||
|
||||
return None
|
||||
|
||||
def _find_pyproject() -> Optional[Path]:
|
||||
"""
|
||||
|
Reference in New Issue
Block a user