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 80d4cae commit 05c35b9Copy full SHA for 05c35b9
scaffold/context.py
@@ -39,7 +39,7 @@ def from_req(req_info):
39
try:
40
preferences_dict = set_preferences(req_info.get("Preferences", {}))
41
except Exception:
42
- return set_preferences({})
+ preferences_dict = set_preferences({})
43
44
history_dict = {}
45
@@ -78,7 +78,7 @@ def from_global(staff_num):
78
p = startup.preferences.loc[staff_number, "preferences"]
79
preferences_dict = set_preferences(p)
80
81
82
83
84
0 commit comments