Fixed tests

This commit is contained in:
Veronica K. B. Olsen
2019-05-25 23:34:54 +02:00
parent 49ea321d92
commit 6530a162fb
10 changed files with 23 additions and 15 deletions
+2 -2
View File
@@ -431,9 +431,9 @@ class GuiMain(QMainWindow):
# Main Window Actions
##
def closeMain(self, isYes=False):
def closeMain(self):
if not isYes:
if self.mainConf.showGUI:
msgBox = QMessageBox()
msgRes = msgBox.question(
self, "Exit",