diff --git a/frappe/utils/safe_exec.py b/frappe/utils/safe_exec.py index bed6a94b1e..2501fb9ff3 100644 --- a/frappe/utils/safe_exec.py +++ b/frappe/utils/safe_exec.py @@ -292,6 +292,6 @@ VALID_UTILS = ( "is_subset", "generate_hash", "formatdate", -"get_user_info_for_avatar" +"get_user_info_for_avatar", "get_abbr" ) \ No newline at end of file