mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-06 04:35:00 +00:00
fix: display marker on error
Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
This commit is contained in:
parent
9f5018e89e
commit
999c292482
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ class RelativeIndenter:
|
|||
"""
|
||||
|
||||
if self.marker in text:
|
||||
raise ValueError("Text already contains the outdent marker: {self.marker}")
|
||||
raise ValueError(f"Text already contains the outdent marker: {self.marker}")
|
||||
|
||||
lines = text.splitlines(keepends=True)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue