mirror of https://gitlab.com/pamhyr/pamhyr2
Pamhyr2: Fix Pep8.
parent
dbbae7a53f
commit
35b421b4df
|
|
@ -286,7 +286,10 @@ class ApplicationWindow(QMainWindow, ListedSubWindow, WindowToolKit):
|
||||||
if qaction is not None:
|
if qaction is not None:
|
||||||
qaction.triggered.connect(actions[action])
|
qaction.triggered.connect(actions[action])
|
||||||
else:
|
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)
|
self._run_sc.activated.connect(self.run_lasest_solver)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue