mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-06 20:54:59 +00:00
Merge pull request #4057 from emmanuel-ferdman/main
Some checks are pending
pre-commit / pre-commit (push) Waiting to run
Some checks are pending
pre-commit / pre-commit (push) Waiting to run
This commit is contained in:
commit
295122fc97
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