We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2325be8 + c15e645 commit ab61423Copy full SHA for ab61423
1 file changed
source/autoSettingsUtils/autoSettings.py
@@ -154,8 +154,8 @@ def _saveSpecificSettings(
154
@param settings: The settings to load.
155
"""
156
section = cls._getConfigSection()
157
- setingsId = cls.getId()
158
- conf = config.conf[section][setingsId]
+ settingsId = cls.getId()
+ conf = config.conf[section][settingsId]
159
for setting in settings:
160
if not setting.useConfig:
161
continue
0 commit comments