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 0f78489 + afcc4fe commit a0122acCopy full SHA for a0122ac
python/mmSolver/tools/userprefswindow/ui/pref_window.py
@@ -118,13 +118,15 @@ def save_prefs(self):
118
(
119
pref_const.SOLVER_UI_MINIMAL_UI_WHILE_SOLVING_KEY,
120
self.subForm.getSolverUIMinimalUIWhileSolvingConfigValue,
121
- )
+ ),
122
]
123
if const.USE_MMRENDERER is True:
124
- options.append( (
125
- pref_const.MM_RENDERER_BACKGROUND_NODE_TYPES_KEY,
126
- self.subForm.getRendererBackgroundNodeTypesConfigValue,
127
- ))
+ options.append(
+ (
+ pref_const.MM_RENDERER_BACKGROUND_NODE_TYPES_KEY,
+ self.subForm.getRendererBackgroundNodeTypesConfigValue,
128
+ )
129
130
131
for key, func in options:
132
value = func()
0 commit comments