X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=wizard%2FBCpuPage.py;h=e42bd2db72391d06eff9288aefadd279b401e157;hb=7b2714b4e3fe7cdb440e9451254e6e6c07cfa7dd;hp=6494e34d89710fa547bb2f6f94c8308f9dca76fc;hpb=3650787f38f0edaf49ae1980b5373e43c8e1a4c6;p=bertos.git diff --git a/wizard/BCpuPage.py b/wizard/BCpuPage.py index 6494e34d..e42bd2db 100644 --- a/wizard/BCpuPage.py +++ b/wizard/BCpuPage.py @@ -53,7 +53,7 @@ class BCpuPage(BWizardPage): def isComplete(self): if self.pageContent.cpuList.currentRow() != -1: - self._projectInfoStore("CPU_INFOS", qvariant_converter.getStringDict(self.pageContent.cpuList.currentItem().data(Qt.UserRole))) + self._projectInfoStore("CPU_INFOS", qvariant_converter.getDict(self.pageContent.cpuList.currentItem().data(Qt.UserRole))) return True else: return False