mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-24 14:25:00 +00:00
force_terminal=False
This commit is contained in:
parent
e1e8e8e10a
commit
e34078da04
2 changed files with 2 additions and 2 deletions
|
@ -144,7 +144,7 @@ class Coder:
|
|||
if pretty:
|
||||
self.console = Console()
|
||||
else:
|
||||
self.console = Console(force_terminal=True, no_color=True)
|
||||
self.console = Console(force_terminal=False, no_color=True)
|
||||
|
||||
self.main_model = main_model
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue