Fix sample project creation

This commit is contained in:
Veronica Berglyd Olsen
2023-12-20 22:20:04 +01:00
parent 8b6691c056
commit ba538920aa
2 changed files with 12 additions and 14 deletions
+1 -1
View File
@@ -175,7 +175,7 @@ class GuiWelcome(QDialog):
@pyqtSlot()
@pyqtSlot(Path)
def _setProjectPath(self, path: Path | None = None) -> None:
"""Set the path variable for the project to open."""
"""Emit a project open signal."""
if isinstance(path, Path):
self.openProjectRequest.emit(path)
self.close()