From e81b42f69babe03edac5abe1ebc6a511d6d33faf Mon Sep 17 00:00:00 2001 From: duplo Date: Mon, 26 Oct 2009 15:31:15 +0000 Subject: [PATCH] Little bugfix. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3100 38d2e660-2303-0410-9eaa-f027e97ec537 --- wizard/BModulePage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wizard/BModulePage.py b/wizard/BModulePage.py index a6307d7a..8d382be2 100644 --- a/wizard/BModulePage.py +++ b/wizard/BModulePage.py @@ -468,7 +468,7 @@ class BModulePage(BWizardPage): unsatisfied = set() modules = self.projectInfo("MODULES") files = self.projectInfo("FILES") - configurations = self.projectInfo("CONFIGURATIONS")[modules[module]["configuration"]] + configurations = self.projectInfo("CONFIGURATIONS").get(modules[module]["configuration"], {"paramlist": ()}) conditional_deps = () for i, param_name in configurations["paramlist"]: information = configurations[param_name] -- 2.25.1