Cleaned up some minor bits in GuiMain

This commit is contained in:
Veronica K. B. Olsen
2019-11-03 19:51:32 +01:00
parent 62988df7d2
commit 0971e43475
+1 -1
View File
@@ -277,7 +277,7 @@ class GuiMain(QMainWindow):
def openProject(self, projFile=None): def openProject(self, projFile=None):
"""Open a project. The parameter projFile is passed from the """Open a project. The parameter projFile is passed from the
open recent projects menu, so can be set. If not, we pop the open recent projects menu, so it can be set. If not, we pop the
dialog. dialog.
""" """
if projFile is None: if projFile is None: