From d298969415483a2995ffc0d5957d362bb89f3abc Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 16 Sep 2020 15:38:53 +0200 Subject: add kconfig model cross validation --- lib/loader.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/loader.py') diff --git a/lib/loader.py b/lib/loader.py index 14b7853..5e9b20a 100644 --- a/lib/loader.py +++ b/lib/loader.py @@ -1974,8 +1974,10 @@ class KConfigAttributes: self.choice[choice.name] = choice self.data = list() + self.configs = list() for config_path, attr_path in experiments: + self.configs.append(config_path) kconf.load_config(config_path) with open(attr_path, "r") as f: attr = json.load(f) -- cgit v1.2.3