Improve item auto-select on welcome dialog

This commit is contained in:
Veronica Berglyd Olsen
2024-02-01 20:49:06 +01:00
parent 3b9ef47e0f
commit 54f36d4e8e
2 changed files with 17 additions and 5 deletions
+1
View File
@@ -460,6 +460,7 @@ class ProjectBuilder:
source = data.get("template")
if not (isinstance(source, Path) and source.is_file()
and source.name == nwFiles.PROJ_FILE):
logger.error("Could not access source project: %s", source)
return False
logger.info("Copying project: %s", source)