This line should not have been changed

This commit is contained in:
Veronica K. B. Olsen
2021-04-26 23:54:32 +02:00
parent 2fc36f8355
commit 551fd0aaf9
+1 -1
View File
@@ -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