projects
/
bertos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c8e5c47
)
Add missing conversion.
author
batt
<batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Fri, 28 Aug 2009 14:09:12 +0000
(14:09 +0000)
committer
batt
<batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Fri, 28 Aug 2009 14:09:12 +0000
(14:09 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2812
38d2e660
-2303-0410-9eaa-
f027e97ec537
wizard/BCpuPage.py
patch
|
blob
|
history
diff --git
a/wizard/BCpuPage.py
b/wizard/BCpuPage.py
index d5ef0b50ac3fdcd22d84ee836d37576660be86ce..72f28da44a47295ba815fec61bf133c22bef925d 100644
(file)
--- a/
wizard/BCpuPage.py
+++ b/
wizard/BCpuPage.py
@@
-67,7
+67,7
@@
class BCpuPage(BWizardPage):
if type(CPU_DEF[key]) == str or type(CPU_DEF) == unicode:
infos[key] = qvariant_converter.getString(value)
elif key.startswith("MK_"):
- pass
+ infos[key] = qvariant_converter.getString(value)
else:
del infos[key]
self.setProjectInfo("CPU_INFOS", infos)