mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-23 13:54:59 +00:00
really cleanup for winsows
This commit is contained in:
parent
a7e89ea965
commit
6b3342a150
1 changed files with 8 additions and 0 deletions
|
@ -459,4 +459,12 @@ class TestCommands(TestCase):
|
||||||
|
|
||||||
self.assertEqual(commit, repo.head.commit.hexsha)
|
self.assertEqual(commit, repo.head.commit.hexsha)
|
||||||
|
|
||||||
|
# Windows is throwing:
|
||||||
|
# PermissionError: [WinError 32] The process cannot access
|
||||||
|
# the file because it is being used by another process
|
||||||
|
|
||||||
repo.git.commit("-m", "cleanup")
|
repo.git.commit("-m", "cleanup")
|
||||||
|
|
||||||
|
del coder
|
||||||
|
del commands
|
||||||
|
del repo
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue