X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=wizard%2FBModulePage.py;h=b03fca6657428197f03949833662834ef9f77259;hb=e57f2c0437a4f7b437fa5795fadba7eb3565c626;hp=f1eaad6794f0fe54b54859d1df5816a3785d1f32;hpb=eab3add3c5c94da9c92d00aeeaf7e396c7ce8969;p=bertos.git diff --git a/wizard/BModulePage.py b/wizard/BModulePage.py index f1eaad67..b03fca66 100644 --- a/wizard/BModulePage.py +++ b/wizard/BModulePage.py @@ -340,7 +340,7 @@ class BModulePage(BWizardPage): maximum = int(informations["max"]) spin_box.setRange(minimum, maximum) spin_box.setSuffix(suff) - spin_box.setValue(int(value.replace("L", "").replace("U", ""), 0)) + spin_box.setValue(int(value.replace("L", "").replace("U", ""))) self._control_group.addControl(index, spin_box)