From 8377d3cb78dc5b4349e6ffa802cac45d9a406b29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Holene=20L=C3=B8kkeborg?= <thomahl@stud.ntnu.no> Date: Tue, 31 Mar 2020 12:55:20 +0200 Subject: [PATCH] Apply suggestion to soitool/setup_settings.py --- soitool/setup_settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/soitool/setup_settings.py b/soitool/setup_settings.py index 8ce6831..1b8b1ff 100644 --- a/soitool/setup_settings.py +++ b/soitool/setup_settings.py @@ -210,7 +210,7 @@ class Setup(QDialog): # pylint: disable = R0902 property_changes["algorithm_sort"] = i.text() break - # pass changes as unpacked variable list + # Pass changes as unpacked variable list self.soi.update_properties(**property_changes) self.accept() -- GitLab