From fd2efdb0e1a5a4c9338f8bb21b3ee8d5986b3822 Mon Sep 17 00:00:00 2001 From: Michelle Alva <50285544+michellealva@users.noreply.github.com> Date: Sat, 5 Aug 2023 20:15:55 +0530 Subject: [PATCH] chore: whitelisted typo (#21930) --- frappe/utils/safe_exec.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frappe/utils/safe_exec.py b/frappe/utils/safe_exec.py index c0bfd3cbbb..be105b329d 100644 --- a/frappe/utils/safe_exec.py +++ b/frappe/utils/safe_exec.py @@ -247,7 +247,7 @@ def safe_enqueue(function, **kwargs): Accepts frappe.enqueue params like job_name, queue, timeout, etc. in addition to params to be passed to function - :param function: whitelised function or API Method set in Server Script + :param function: whitelisted function or API Method set in Server Script """ return enqueue("frappe.utils.safe_exec.call_whitelisted_function", function=function, **kwargs)