mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-22 13:25:00 +00:00
style: Fix linter warnings in test_editor.py
This commit is contained in:
parent
30361aa685
commit
54965fdf2e
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ def test_pipe_editor_with_shell_script():
|
|||
try:
|
||||
# Use the script as editor and verify it's called with .md file
|
||||
pipe_editor("test content", suffix="md", editor=script_path)
|
||||
|
||||
|
||||
# Read the log file to see what arguments were passed
|
||||
with open(f"{script_path}.log") as f:
|
||||
called_args = f.read().strip()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue