mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-22 21:34:59 +00:00
style: Fix code formatting in test_editor.py
This commit is contained in:
parent
c7fa57fd14
commit
4560572ff2
1 changed files with 2 additions and 2 deletions
|
@ -95,10 +95,10 @@ def test_pipe_editor_with_fake_editor():
|
|||
import tempfile
|
||||
|
||||
with tempfile.NamedTemporaryFile(mode="w", suffix=".py", delete=False) as f:
|
||||
f.write('''import sys
|
||||
f.write("""import sys
|
||||
with open(sys.argv[0] + ".log", "w") as f:
|
||||
f.write(" ".join(sys.argv[1:]))
|
||||
''')
|
||||
""")
|
||||
script_path = f.name
|
||||
|
||||
try:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue