Remove project path attribute from project class

This commit is contained in:
Veronica Berglyd Olsen
2022-11-06 00:39:30 +01:00
parent a75424e44b
commit 615ee2958a
7 changed files with 15 additions and 24 deletions
+1 -1
View File
@@ -1382,7 +1382,7 @@ class GuiMain(QMainWindow):
"""
doSave = self.hasProject
doSave &= self.theProject.projChanged
doSave &= self.theProject.projPath is not None
doSave &= self.theProject.storage.isOpen()
if doSave:
logger.debug("Autosaving project")