removed > from user prompts

This commit is contained in:
Paul Gauthier 2023-05-15 21:01:04 -07:00
parent 5cc2e0a993
commit b95015c25b
10 changed files with 45 additions and 45 deletions

View file

@ -12,7 +12,7 @@ Some edits were elided from this transcript for brevity.
> $ aider aider/coder.py
> Added aider/coder.py to the chat
#### > replace all the self.console.print() calls that contain [red] with calls to self.io.tool_error() with [red] removed from the string
#### replace all the self.console.print() calls that contain [red] with calls to self.io.tool_error() with [red] removed from the string
```python
aider/coder.py