mirror of https://gitlab.com/pamhyr/pamhyr2
PEP8
parent
435ccd1f2d
commit
ce04f5fd1e
|
|
@ -83,7 +83,7 @@ class SelectSolverWindow(PamhyrDialog):
|
||||||
# solvers mage
|
# solvers mage
|
||||||
solvers = list(filter(
|
solvers = list(filter(
|
||||||
lambda x: "adists" not in x._type
|
lambda x: "adists" not in x._type
|
||||||
and "adistt" not in x._type,
|
and "adistt" not in x._type,
|
||||||
self._config.solvers
|
self._config.solvers
|
||||||
))
|
))
|
||||||
solvers_name = list(
|
solvers_name = list(
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue