From 3ff5f280bb648ee3e1ee4654edfa6407f51946ad Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Fri, 27 Sep 2024 19:49:52 -0700 Subject: [PATCH] fix: add dump function call to style dictionary processing in InputOutput class --- aider/io.py | 1 + 1 file changed, 1 insertion(+) diff --git a/aider/io.py b/aider/io.py index c7148f6cf..a98e470b0 100644 --- a/aider/io.py +++ b/aider/io.py @@ -284,6 +284,7 @@ class InputOutput: completion_menu_current_style ) + dump(style_dict) return Style.from_dict(style_dict) def read_image(self, filename):