This line should not have been changed
This commit is contained in:
@@ -210,7 +210,7 @@ class ProjWizardFolderPage(QWizardPage):
|
|||||||
"""
|
"""
|
||||||
lastPath = self.mainConf.lastPath
|
lastPath = self.mainConf.lastPath
|
||||||
if not os.path.isdir(lastPath):
|
if not os.path.isdir(lastPath):
|
||||||
lastPath = os.path.expanduser("~")
|
lastPath = ""
|
||||||
|
|
||||||
projDir = QFileDialog.getExistingDirectory(
|
projDir = QFileDialog.getExistingDirectory(
|
||||||
self, self.tr("Select Project Folder"), lastPath, options=QFileDialog.ShowDirsOnly
|
self, self.tr("Select Project Folder"), lastPath, options=QFileDialog.ShowDirsOnly
|
||||||
|
|||||||
Reference in New Issue
Block a user