Little bugfix.
authorduplo <duplo@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 26 Oct 2009 15:31:15 +0000 (15:31 +0000)
committerduplo <duplo@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 26 Oct 2009 15:31:15 +0000 (15:31 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3100 38d2e660-2303-0410-9eaa-f027e97ec537

wizard/BModulePage.py

index a6307d7a0abbefeb5cc61e36c4f52a486d0a5336..8d382be26ab953624106fb9b331b6aafe87d0790 100644 (file)
@@ -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]