Skip to content

Commit ab61423

Browse files
authored
Merge c15e645 into 2325be8
2 parents 2325be8 + c15e645 commit ab61423

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

source/autoSettingsUtils/autoSettings.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,8 @@ def _saveSpecificSettings(
154154
@param settings: The settings to load.
155155
"""
156156
section = cls._getConfigSection()
157-
setingsId = cls.getId()
158-
conf = config.conf[section][setingsId]
157+
settingsId = cls.getId()
158+
conf = config.conf[section][settingsId]
159159
for setting in settings:
160160
if not setting.useConfig:
161161
continue

0 commit comments

Comments
 (0)