mirror of https://gitlab.com/pamhyr/pamhyr2
debug
parent
c60a0938eb
commit
6bcbd006f1
|
|
@ -1578,6 +1578,8 @@ class ApplicationWindow(QMainWindow, ListedSubWindow, WindowToolKit):
|
||||||
if run.exec():
|
if run.exec():
|
||||||
results = self.diff_results(run.solver1,
|
results = self.diff_results(run.solver1,
|
||||||
run.solver2)
|
run.solver2)
|
||||||
|
else:
|
||||||
|
return
|
||||||
|
|
||||||
# At least one result not available
|
# At least one result not available
|
||||||
if results is None:
|
if results is None:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue