diff --git a/soitool/setup_settings.py b/soitool/setup_settings.py index 5547800ebd48de0bb85e9b8672491fd42c6c1ed0..48096aae1ef421ddf7ca2f26d0693d76facd3faa 100644 --- a/soitool/setup_settings.py +++ b/soitool/setup_settings.py @@ -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)