fix: add dump function call to style dictionary processing in InputOutput class

This commit is contained in:
Paul Gauthier 2024-09-27 19:49:52 -07:00 committed by Paul Gauthier (aider)
parent e465cda5c8
commit 3ff5f280bb

View file

@ -284,6 +284,7 @@ class InputOutput:
completion_menu_current_style
)
dump(style_dict)
return Style.from_dict(style_dict)
def read_image(self, filename):