X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=wizard%2FBToolchainPage.py;h=c2617c4ce2c88bdbbc6a7d8a82fada71344cfbab;hb=48849d99446155fe64419c0b59890ce1dd2f9424;hp=5ce077898b1865382c658bcf38b2052d8a8f487b;hpb=dc1dad9f59d3e25ee9d6e4a25098818a0f629d2f;p=bertos.git diff --git a/wizard/BToolchainPage.py b/wizard/BToolchainPage.py index 5ce07789..c2617c4c 100644 --- a/wizard/BToolchainPage.py +++ b/wizard/BToolchainPage.py @@ -248,7 +248,7 @@ class BToolchainPage(BWizardPage): """ if os.name == "nt": import winreg_importer - stored_toolchains = [toolchain[0] for toolchain in winreg_importer.getBertosToolchains()] + stored_toolchains = winreg_importer.getBertosToolchains() if toolchain["path"] in stored_toolchains: return True return False