X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=wizard%2FBToolchainPage.py;h=a2929b5dc135b293c0f0e1b4adefd53b5529fdfe;hb=80a0b725c40c4b7f6981009aa6b3d1824acd19b1;hp=a2ecfeb550a13f563f0f3cddac45dd8ae713c175;hpb=387c65e1f4bd7214f9a66abeb9388255077ef6df;p=bertos.git diff --git a/wizard/BToolchainPage.py b/wizard/BToolchainPage.py index a2ecfeb5..a2929b5d 100644 --- a/wizard/BToolchainPage.py +++ b/wizard/BToolchainPage.py @@ -54,7 +54,7 @@ class BToolchainPage(BWizardPage): def _search(self): dirList = self.searchDirList() - if(self.pathSearch()): + if self.pathSearch(): dirList += [element for element in bertos_utils.getSystemPath()] toolchainList = bertos_utils.findToolchains(dirList) storedToolchains = self.toolchains()