Skip to content
Snippets Groups Projects
Commit a6fac190 authored by Thomas Holene Løkkeborg's avatar Thomas Holene Løkkeborg
Browse files

Apply suggestion to soitool/setup_settings.py

parent b3fc9c17
No related branches found
No related tags found
1 merge request!48#81 SOI listeners for prop oppdateringer & InlineEditableSOIView endres når oppsett lagres
Pipeline #77895 failed
......@@ -171,7 +171,7 @@ class Setup(QDialog): # pylint: disable = R0902
def save(self):
"""Save and update the SOI with the given changes."""
# dict will contain all changes to make
# Dict will contain all changes to make
property_changes = {}
property_changes["title"] = self.edit_title.text()
property_changes["description"] = self.edit_description.text()
......
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