mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-24 14:25:00 +00:00
Fix: use f-string
This commit is contained in:
parent
04b191a25a
commit
1fc1c304c7
1 changed files with 1 additions and 1 deletions
|
@ -307,7 +307,7 @@ class Coder:
|
|||
self.fence = self.fences[0]
|
||||
self.io.tool_error(
|
||||
"Unable to find a fencing strategy! Falling back to:"
|
||||
" {self.fence[0]}...{self.fence[1]}"
|
||||
f" {self.fence[0]}...{self.fence[1]}"
|
||||
)
|
||||
|
||||
return
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue