X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=wizard%2FBFolderPage.py;h=181c94ca9306ff236df0ed3c1393d4758c86379b;hb=f7532c27bacf8430dcd8aeadc48cd2cb725f69a8;hp=4d8860d5facb28e67f3a199a3f0b38261a1aacb0;hpb=a7b06a2869370d63b8d1c5ca85739ecfb18ead9f;p=bertos.git diff --git a/wizard/BFolderPage.py b/wizard/BFolderPage.py index 4d8860d5..181c94ca 100644 --- a/wizard/BFolderPage.py +++ b/wizard/BFolderPage.py @@ -55,4 +55,8 @@ class BFolderPage(BWizardPage): self.pageContent.directoryEdit.setText(directory) def isComplete(self): - return self.pageContent.projectPath.text() != "None" \ No newline at end of file + if self.pageContent.projectPath.text() != "None": + self._projectInfoStore("PROJECT_PATH", self.pageContent.projectPath.text()) + return True + else: + return False \ No newline at end of file