X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=wizard%2FBCpuPage.py;h=4a5fcf6fda2e8fdbc11623abf75b14c6d9b52e61;hb=ce8673415686af54af1a2643963793a625f71a3f;hp=4803d6c6c9e153600513ba89e0eacb8c3c724d6f;hpb=ec596888098946914b091cf361bf569469f4c1e3;p=bertos.git diff --git a/wizard/BCpuPage.py b/wizard/BCpuPage.py index 4803d6c6..4a5fcf6f 100644 --- a/wizard/BCpuPage.py +++ b/wizard/BCpuPage.py @@ -161,7 +161,7 @@ class BCpuPage(BWizardPage): """ self.pageContent.cpuList.clear() self.pageContent.cpuList.setCurrentItem(None) - infos = self.project.loadCpuInfos() + infos = self.project.getCpuInfos() tag_list = bertos_utils.getTagSet(infos) # Create, fill and store the dict with the tags tag_dict = {}