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