From 635a6ce6a08923f176413227e585673eaed7ac2f Mon Sep 17 00:00:00 2001 From: Shane Date: Sun, 14 Jul 2019 23:39:05 -0500 Subject: [PATCH] make kegman_conf write new keys from default config --- selfdrive/kegman_conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/selfdrive/kegman_conf.py b/selfdrive/kegman_conf.py index 8022442d436dab..61b2c423e6d7a1 100644 --- a/selfdrive/kegman_conf.py +++ b/selfdrive/kegman_conf.py @@ -22,6 +22,7 @@ def read_config(): config = default_config for i in default_config: if i not in config: + variables_written.append(i) config.update({i: default_config[i]}) # force update