From 551fd0aaf9ada84a81f1ae30f215993720457934 Mon Sep 17 00:00:00 2001 From: "Veronica K. B. Olsen" <1619840+vkbo@users.noreply.github.com> Date: Mon, 26 Apr 2021 23:54:32 +0200 Subject: [PATCH] This line should not have been changed --- nw/tools/projwizard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nw/tools/projwizard.py b/nw/tools/projwizard.py index a5bedcc6..81b885e8 100644 --- a/nw/tools/projwizard.py +++ b/nw/tools/projwizard.py @@ -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