chore: keep previous order for easy backport

This commit is contained in:
Sagar Vora 2022-12-07 14:09:02 +05:30
parent 0c220169da
commit 5f2cc8ec79

View file

@ -115,8 +115,8 @@ def get_safe_globals():
json=NamespaceDict(loads=json.loads, dumps=json.dumps),
as_json=frappe.as_json,
dict=dict,
_dict=frappe._dict,
log=frappe.log,
_dict=frappe._dict,
args=form_dict,
frappe=NamespaceDict(
call=call_whitelisted_function,