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