From: duplo Date: Fri, 19 Dec 2008 09:16:29 +0000 (+0000) Subject: Correct typo X-Git-Tag: 2.1.0~587 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=dcfcc717fe48d00d5b066582ef1c2ac92d3a575b;hp=61d659bbbdd1026c4b66a353989de19c2f6922ea;p=bertos.git Correct typo git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2095 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/wizard/BFolderPage.py b/wizard/BFolderPage.py index 181c94ca..76f99172 100644 --- a/wizard/BFolderPage.py +++ b/wizard/BFolderPage.py @@ -42,7 +42,7 @@ class BFolderPage(BWizardPage): self._setProjectPath() def _setProjectPath(self): - if self._destinationFolder <> "" and self._projectName <> "": + if self._destinationFolder != "" and self._projectName <> "": if not self._destinationFolder.endswith(os.sep): self._destinationFolder += os.sep self.pageContent.projectPath.setText(self._destinationFolder + self._projectName + "/")