mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01:35:00 +00:00
chore: Ignore exceptions during Rust target directory cleanup
This commit is contained in:
parent
867aaa5864
commit
ac160cac12
1 changed files with 1 additions and 0 deletions
|
@ -861,6 +861,7 @@ def run_test_real(
|
||||||
shutil.rmtree(target_dir)
|
shutil.rmtree(target_dir)
|
||||||
print(f"Cleaned up Rust target/debug directory: {target_dir}")
|
print(f"Cleaned up Rust target/debug directory: {target_dir}")
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
|
# ignore all these exceptions on cleanup. ai!
|
||||||
print(f"Failed to clean up Rust target/debug directory: {e}")
|
print(f"Failed to clean up Rust target/debug directory: {e}")
|
||||||
|
|
||||||
# Java build directories
|
# Java build directories
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue