X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=wizard%2FBFolderPage.py;h=f6fcc59dc9b92a96017ce2a8702e3bea44e74d50;hb=ba2ba183c492049aface3e3d4e1d5f945b43f3d6;hp=2628aa668d74fbb7f7f6727ec4d0bec08d972b61;hpb=97903dc626136396587334b1d78f7623c91e9934;p=bertos.git diff --git a/wizard/BFolderPage.py b/wizard/BFolderPage.py index 2628aa66..f6fcc59d 100644 --- a/wizard/BFolderPage.py +++ b/wizard/BFolderPage.py @@ -100,7 +100,7 @@ class BFolderPage(BWizardPage): """ if self._destination_folder != "" and self._project_name <> "": if not self._destination_folder.endswith(os.sep): - self._destination_folder += "/" + self._destination_folder += os.sep self.pageContent.projectPath.setText(QDir.toNativeSeparators(self._destination_folder + self._project_name)) if os.path.exists(self._destination_folder + self._project_name): self.pageContent.warningLabel.setVisible(True) @@ -113,4 +113,4 @@ class BFolderPage(BWizardPage): self.pageContent.projectPath.setText("None") self.pageContent.warningLabel.setVisible(False) self.pageContent.warningLabel.setText("") - self.emit(SIGNAL("completeChanged()")) \ No newline at end of file + self.emit(SIGNAL("completeChanged()"))