Merge branch 'main' of github.com:Aider-AI/aider

This commit is contained in:
Paul Gauthier 2025-01-07 10:04:17 -08:00
commit f94e05e04e

View file

@ -693,7 +693,7 @@ def run_test_real(
ignore_files.update(example_files) ignore_files.update(example_files)
# Remove any ignore files from the solution set that LLM will edit # Remove any ignore files from the solution set that LLM will edit
solution_files.discard(ignore_files) solution_files.difference_update(ignore_files)
# Copy all solution files # Copy all solution files
for file_path in solution_files: for file_path in solution_files: