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

Pamhyr2: Fix Pep8.

Showing with 4 additions and 1 deletion
+4 -1
......@@ -286,7 +286,10 @@ class ApplicationWindow(QMainWindow, ListedSubWindow, WindowToolKit):
if qaction is not None:
qaction.triggered.connect(actions[action])
else:
logger.warning(f"Setup connection : '{action}' to {actions[action]}")
logger.warning(
"Setup connection : " +
f"'{action}' to {actions[action]}"
)
self._run_sc.activated.connect(self.run_lasest_solver)
......
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