mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 12:24:59 +00:00
style: Fix string quote consistency in test_coder.py
This commit is contained in:
parent
4716cce208
commit
6d8e4e8fb1
1 changed files with 1 additions and 1 deletions
|
@ -302,7 +302,7 @@ class TestCoder(unittest.TestCase):
|
|||
|
||||
# Pre-format the Windows path to avoid backslash issues in f-string expressions
|
||||
windows_path = test_files[2].replace("/", "\\")
|
||||
win_path3 = test_files[3].replace('/', '\\')
|
||||
win_path3 = test_files[3].replace("/", "\\")
|
||||
|
||||
for fname in test_files:
|
||||
fpath = Path(fname)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue