From b937349deb97d6cd78a7c92982a700bbe3082e3a Mon Sep 17 00:00:00 2001 From: Roderik Ploszek Date: Sat, 24 Feb 2018 23:29:29 +0100 Subject: [PATCH] Fix formatting --- pysollib/ui/tktile/solverdialog.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pysollib/ui/tktile/solverdialog.py b/pysollib/ui/tktile/solverdialog.py index fdf86eaf..e8519090 100644 --- a/pysollib/ui/tktile/solverdialog.py +++ b/pysollib/ui/tktile/solverdialog.py @@ -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: