Commit fa7490de authored by Pierre-Antoine Rouby's avatar Pierre-Antoine Rouby
Browse files

pep8: Minor fix.

Showing with 0 additions and 1 deletion
+0 -1
...@@ -205,7 +205,6 @@ class SolverLogWindow(PamhyrWindow): ...@@ -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)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment