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

#134 Glemte disable R0912

parent 6bc82fe4
No related branches found
No related tags found
1 merge request!76#134 Sort endret i oppsett
Pipeline #83564 passed
......@@ -158,7 +158,7 @@ class Setup(AcceptRejectDialog): # pylint: disable = R0902
self.layout_content.addLayout(self.layout_setup)
def accept(self):
def accept(self): # pylint: disable = R0912
"""Save and update the SOI with the given changes.
Overriden to implement custom behavior on accept, executes superclass'
......@@ -213,7 +213,7 @@ class Setup(AcceptRejectDialog): # pylint: disable = R0902
super().accept()
def get_from_soi(self):
def get_from_soi(self): # pylint: disable = R0912
"""Get data from the SOI and update the dialog with the data."""
self.edit_title.setText(self.soi.title)
self.edit_description.setText(self.soi.description)
......
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