chore: Ignore exceptions during Rust target directory cleanup

This commit is contained in:
Paul Gauthier 2025-01-04 10:55:09 -08:00 committed by Paul Gauthier (aider)
parent 867aaa5864
commit ac160cac12

View file

@ -861,6 +861,7 @@ def run_test_real(
shutil.rmtree(target_dir)
print(f"Cleaned up Rust target/debug directory: {target_dir}")
except Exception as e:
# ignore all these exceptions on cleanup. ai!
print(f"Failed to clean up Rust target/debug directory: {e}")
# Java build directories