From 4ebbf05307f2cf5b5ea8a3671174911d679d0f6c Mon Sep 17 00:00:00 2001 From: Petter <pettsag@stud.ntnu.no> Date: Thu, 30 Apr 2020 10:08:58 +0200 Subject: [PATCH] #134 Flyttet disable forklaring --- soitool/setup_settings.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/soitool/setup_settings.py b/soitool/setup_settings.py index 5547800..48096aa 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) -- GitLab