X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=wizard%2FBModulePage.py;h=a766b6a3dcf361bd126336352d27636e0702b226;hb=0933e5f9aeb914fea0d70921504e56b3a0db69a6;hp=cf1340d02b29295012d12f759e3afcc5b6b29390;hpb=0b8ef401896d82ddc6437b08581963021d7e8ab9;p=bertos.git diff --git a/wizard/BModulePage.py b/wizard/BModulePage.py index cf1340d0..a766b6a3 100644 --- a/wizard/BModulePage.py +++ b/wizard/BModulePage.py @@ -39,8 +39,8 @@ class BModulePage(BWizardPage): def _loadModuleData(self): try: - modules = bertos_utils.loadModuleInfosDict(self._projectInfoRetrieve("SOURCES_PATH")) - lists = bertos_utils.loadDefineListsDict(self._projectInfoRetrieve("SOURCES_PATH")) + modules = bertos_utils.loadModuleInfosDict(self._project()) + lists = bertos_utils.loadDefineListsDict(self._project()) configurations = {} for module, informations in modules.items(): if len(informations["configuration"]) > 0: