mirror of https://gitlab.com/pamhyr/pamhyr2
pep8: Minor fix.
parent
7fda5b6b4a
commit
fa7490dee8
|
|
@ -205,7 +205,6 @@ class SolverLogWindow(PamhyrWindow):
|
||||||
3000
|
3000
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
def update(self):
|
def update(self):
|
||||||
if self._solver.is_stoped():
|
if self._solver.is_stoped():
|
||||||
self.find(QAction, "action_start").setEnabled(True)
|
self.find(QAction, "action_start").setEnabled(True)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue