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:
|
try:
|
||||||
solver.computeHints()
|
solver.computeHints()
|
||||||
except RuntimeError:
|
except RuntimeError:
|
||||||
self.result_label['text'] = \
|
self.result_label['text'] = _('Solver not found in the PATH')
|
||||||
_('Solver not found in the PATH')
|
|
||||||
return
|
return
|
||||||
hints_len = len(solver.hints)-1
|
hints_len = len(solver.hints)-1
|
||||||
if hints_len > 0:
|
if hints_len > 0:
|
||||||
|
|
Loading…
Add table
Reference in a new issue