Pamhyr2: Fix Pep8.

setup.py
Pierre-Antoine Rouby 2024-03-27 09:33:43 +01:00
parent dbbae7a53f
commit 35b421b4df
1 changed files with 4 additions and 1 deletions

View File

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