From dcfcc717fe48d00d5b066582ef1c2ac92d3a575b Mon Sep 17 00:00:00 2001 From: duplo Date: Fri, 19 Dec 2008 09:16:29 +0000 Subject: [PATCH] Correct typo git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2095 38d2e660-2303-0410-9eaa-f027e97ec537 --- wizard/BFolderPage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 + "/") -- 2.25.1