mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-21 21:04:59 +00:00
fix: Resolve Windows path handling and editor command test issues
This commit is contained in:
parent
75e9ee6528
commit
3c775fd5de
2 changed files with 4 additions and 4 deletions
|
@ -109,7 +109,7 @@ with open("{log_path}", "w") as f:
|
|||
called_args = f.read().strip()
|
||||
|
||||
# Verify the editor was called with a .md file
|
||||
assert called_args.endswith(".md"), called_args
|
||||
assert called_args.endswith(".md"), f"Called args: {called_args!r}"
|
||||
|
||||
finally:
|
||||
# Clean up
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue