terraz_dev
Theophile Terraz 2025-02-14 14:39:25 +01:00
parent c60a0938eb
commit 6bcbd006f1
1 changed files with 2 additions and 0 deletions

View File

@ -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: