X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=wizard%2FBModulePage.py;h=8d382be26ab953624106fb9b331b6aafe87d0790;hb=323384a01ed8500f48081f88754d1495d63eff4c;hp=a6307d7a0abbefeb5cc61e36c4f52a486d0a5336;hpb=505f1c5092e0efa3b63009a7544923751d43f0b3;p=bertos.git 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]