Skip to content
Snippets Groups Projects
Commit 4ebbf053 authored by Petter Sagvold's avatar Petter Sagvold
Browse files

#134 Flyttet disable forklaring

parent 78209bff
No related branches found
No related tags found
1 merge request!76#134 Sort endret i oppsett
Pipeline #83740 passed with stages
in 2 minutes and 18 seconds
......@@ -166,8 +166,6 @@ class Setup(AcceptRejectDialog): # pylint: disable = R0902
self.layout_setup.addWidget(self.group_algorithm_pack)
self.layout_setup.addWidget(self.group_algorithm_sort)
# pylint: disable=R0912
# Ignoring "Too many branches"
def accept(self): # pylint: disable = R0912
"""Save and update the SOI with the given changes.
......@@ -223,6 +221,9 @@ class Setup(AcceptRejectDialog): # pylint: disable = R0902
super().accept()
# pylint: disable=R0912
# Ignoring "Too many branches"
def get_from_soi(self):
"""Get data from the SOI and update the dialog with the data."""
self.edit_title.setText(self.soi.title)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment