Block opening a non-new project in a non-existing location (#1300)

This commit is contained in:
Veronica Berglyd Olsen
2022-12-23 12:28:30 +01:00
parent 12c09b1f6c
commit 8749321614
2 changed files with 10 additions and 1 deletions
+3
View File
@@ -251,6 +251,9 @@ class NWProject(QObject):
"""
self.clearProject()
if not self._storage.openProjectInPlace(projPath):
self.mainGui.makeAlert(self.tr(
"Could not open project with path: {0}"
).format(projPath), nwAlert.ERROR)
return False
logger.info("Opening project: %s", projPath)