From 6bcbd006f1dad10c452c51c9706b97757ce5951e Mon Sep 17 00:00:00 2001 From: Theophile Terraz <theophile.terraz@inrae.fr> Date: Fri, 14 Feb 2025 14:39:25 +0100 Subject: [PATCH] debug --- src/View/MainWindow.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/View/MainWindow.py b/src/View/MainWindow.py index 35605c38..5a251438 100644 --- a/src/View/MainWindow.py +++ b/src/View/MainWindow.py @@ -1578,6 +1578,8 @@ class ApplicationWindow(QMainWindow, ListedSubWindow, WindowToolKit): if run.exec(): results = self.diff_results(run.solver1, run.solver2) + else: + return # At least one result not available if results is None: -- GitLab