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.
1 parent 37cdc28 commit d230f1dCopy full SHA for d230f1d
libs/ktem/ktem/pages/settings.py
@@ -362,7 +362,7 @@ def load_setting(self, user_id=None):
362
settings = result[0].setting
363
364
output = [settings]
365
- output += tuple(settings[name] for name in self.component_names())
+ output += tuple(settings.get(name) for name in self.component_names())
366
return output
367
368
def save_setting(self, user_id: int, *args):
0 commit comments