mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-02 10:45:00 +00:00
fix: add dump function call to style dictionary processing in InputOutput class
This commit is contained in:
parent
e465cda5c8
commit
3ff5f280bb
1 changed files with 1 additions and 0 deletions
|
@ -284,6 +284,7 @@ class InputOutput:
|
||||||
completion_menu_current_style
|
completion_menu_current_style
|
||||||
)
|
)
|
||||||
|
|
||||||
|
dump(style_dict)
|
||||||
return Style.from_dict(style_dict)
|
return Style.from_dict(style_dict)
|
||||||
|
|
||||||
def read_image(self, filename):
|
def read_image(self, filename):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue