1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00

Fix formatting

This commit is contained in:
Roderik Ploszek 2018-02-24 23:29:29 +01:00
parent 7dc12168a0
commit b937349deb

View file

@ -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: