Ruff
All checks were successful
Run Python tests (through Pytest) / Test (push) Successful in 24s
Verify Python project can be installed, loaded and have version checked / Test (push) Successful in 22s

This commit is contained in:
Jon Michael Aanes 2025-04-21 14:41:07 +02:00
parent 8b35ea9cad
commit 232622309f

View File

@ -386,7 +386,7 @@ def verify_solution(repository_path: Path, issue_content: str) -> bool:
repository_path,
[
'Concisely summarize following changeset',
get_diff(repository_path, 'HEAD', 'main'),
get_diff(repository_path, 'main', 'HEAD'),
],
)