mirror of https://gitlab.com/pamhyr/pamhyr2
Pamhyr2: Fix PEP8.
parent
739f401fac
commit
9375827949
|
|
@ -205,7 +205,7 @@ class EditBoundaryConditionWindow(PamhyrWindow):
|
||||||
self.find(QAction, "action_del").triggered.connect(self.delete)
|
self.find(QAction, "action_del").triggered.connect(self.delete)
|
||||||
self.find(QAction, "action_sort").triggered.connect(self.sort)
|
self.find(QAction, "action_sort").triggered.connect(self.sort)
|
||||||
self.find(QAction, "action_import").triggered\
|
self.find(QAction, "action_import").triggered\
|
||||||
.connect(self.import_from_file)
|
.connect(self.import_from_file)
|
||||||
|
|
||||||
self.find(QAction, "action_generate_uniform")\
|
self.find(QAction, "action_generate_uniform")\
|
||||||
.triggered.connect(self.generate_uniform)
|
.triggered.connect(self.generate_uniform)
|
||||||
|
|
|
||||||
|
|
@ -168,7 +168,7 @@ class FrictionsWindow(PamhyrWindow):
|
||||||
self.find(QAction, "action_del").triggered.connect(self.delete)
|
self.find(QAction, "action_del").triggered.connect(self.delete)
|
||||||
self.find(QAction, "action_sort").triggered.connect(self.sort)
|
self.find(QAction, "action_sort").triggered.connect(self.sort)
|
||||||
self.find(QAction, "action_import").triggered\
|
self.find(QAction, "action_import").triggered\
|
||||||
.connect(self.import_from_file)
|
.connect(self.import_from_file)
|
||||||
self.find(QAction, "action_edit_stricklers").triggered.connect(
|
self.find(QAction, "action_edit_stricklers").triggered.connect(
|
||||||
self.edit_stricklers
|
self.edit_stricklers
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue