X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=wizard%2FBCpuPage.py;h=8ebaf4125fb2a496e574901c40d2d7924b3630c7;hb=83fc7933f968173822ed3f636d75860d4a747e76;hp=d5ef0b50ac3fdcd22d84ee836d37576660be86ce;hpb=c8e5c47d63a9712bd796513105a162496988a512;p=bertos.git diff --git a/wizard/BCpuPage.py b/wizard/BCpuPage.py index d5ef0b50..8ebaf412 100644 --- a/wizard/BCpuPage.py +++ b/wizard/BCpuPage.py @@ -66,8 +66,8 @@ class BCpuPage(BWizardPage): infos[key] = qvariant_converter.getStringList(value) if type(CPU_DEF[key]) == str or type(CPU_DEF) == unicode: infos[key] = qvariant_converter.getString(value) - elif key.startswith("MK_"): - pass + elif key.startswith(MK_PARAM_ID): + infos[key] = qvariant_converter.getString(value) else: del infos[key] self.setProjectInfo("CPU_INFOS", infos)