mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
Fix formatting
This commit is contained in:
parent
7dc12168a0
commit
b937349deb
1 changed files with 1 additions and 2 deletions
|
@ -164,8 +164,7 @@ class BaseSolverDialog:
|
|||
try:
|
||||
solver.computeHints()
|
||||
except RuntimeError:
|
||||
self.result_label['text'] = \
|
||||
_('Solver not found in the PATH')
|
||||
self.result_label['text'] = _('Solver not found in the PATH')
|
||||
return
|
||||
hints_len = len(solver.hints)-1
|
||||
if hints_len > 0:
|
||||
|
|
Loading…
Add table
Reference in a new issue