Skip to content

Commit a0122ac

Browse files
2 parents 0f78489 + afcc4fe commit a0122ac

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

python/mmSolver/tools/userprefswindow/ui/pref_window.py

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -118,13 +118,15 @@ def save_prefs(self):
118118
(
119119
pref_const.SOLVER_UI_MINIMAL_UI_WHILE_SOLVING_KEY,
120120
self.subForm.getSolverUIMinimalUIWhileSolvingConfigValue,
121-
)
121+
),
122122
]
123123
if const.USE_MMRENDERER is True:
124-
options.append( (
125-
pref_const.MM_RENDERER_BACKGROUND_NODE_TYPES_KEY,
126-
self.subForm.getRendererBackgroundNodeTypesConfigValue,
127-
))
124+
options.append(
125+
(
126+
pref_const.MM_RENDERER_BACKGROUND_NODE_TYPES_KEY,
127+
self.subForm.getRendererBackgroundNodeTypesConfigValue,
128+
)
129+
)
128130

129131
for key, func in options:
130132
value = func()

0 commit comments

Comments
 (0)