From b4ffa2aa8d967be3871b511ca82510379106c9e7 Mon Sep 17 00:00:00 2001 From: fgalbnv <166410918+fgalbnv@users.noreply.github.com> Date: Mon, 8 Apr 2024 09:18:58 -0500 Subject: [PATCH] Include build_index in ClusterConfig json dump --- cluster_config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cluster_config.py b/cluster_config.py index c125f3d..75ee305 100644 --- a/cluster_config.py +++ b/cluster_config.py @@ -62,6 +62,7 @@ def save(self): 'port': self.port, 'name': self.name, 'version': self.version, + 'build_index': self.build_index, 'certificate': self.certificate, 'private_key': self.private_key}