Update the new project code and add title page

This commit is contained in:
Veronica K. B. Olsen
2020-08-10 21:05:26 +02:00
parent bf35bda942
commit 8a50590a5d
5 changed files with 192 additions and 191 deletions
+1 -4
View File
@@ -281,10 +281,7 @@ class GuiMain(QMainWindow):
if projData is None:
return False
projPath = None
if "projPath" in projData:
projPath = projData["projPath"]
projPath = projData.get("projPath", None)
if projPath is None or projData is None:
logger.error("No projData or projPath set")
return False