Remove dependence of main GUI class in project class
This commit is contained in:
@@ -344,7 +344,7 @@ class ProjectBuilder:
|
||||
logger.error("No project path set for the new project")
|
||||
return False
|
||||
|
||||
project = NWProject(self.mainGui)
|
||||
project = NWProject()
|
||||
if not project.storage.openProjectInPlace(projPath, newProject=True):
|
||||
return False
|
||||
|
||||
|
||||
Reference in New Issue
Block a user