From 425ab65bb4445c671c8fa31e49e9585406546b16 Mon Sep 17 00:00:00 2001 From: Suraj Shetty Date: Thu, 21 Jan 2021 11:23:41 +0530 Subject: [PATCH] fix: Post merge issue --- 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 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