diff --git a/src/View/RunSolver/Window.py b/src/View/RunSolver/Window.py index fe4b2b3f..48654128 100644 --- a/src/View/RunSolver/Window.py +++ b/src/View/RunSolver/Window.py @@ -83,7 +83,7 @@ class SelectSolverWindow(PamhyrDialog): # solvers mage solvers = list(filter( lambda x: "adists" not in x._type - and "adistt" not in x._type, + and "adistt" not in x._type, self._config.solvers )) solvers_name = list(