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

Apply suggestion to soitool/setup_settings.py

parent a6fac190
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 #77896 passed
......@@ -194,7 +194,7 @@ class Setup(QDialog): # pylint: disable = R0902
else:
property_changes["placement_strategy"] = "manual"
# loop through groupbox to find checked radiobuttons
# Loop through groupbox to find checked radiobuttons
for i in self.group_algorithm_bin.findChildren(QRadioButton):
if i.isChecked():
property_changes["algorithm_bin"] = i.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