From b965cebbd43c0e898e0fc71edd059ef31ef06905 Mon Sep 17 00:00:00 2001 From: Hussain Nagaria Date: Fri, 30 Apr 2021 14:55:32 +0530 Subject: [PATCH] fix: Sider issues --- frappe/utils/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frappe/utils/__init__.py b/frappe/utils/__init__.py index 051b896c56..30b3a3584e 100644 --- a/frappe/utils/__init__.py +++ b/frappe/utils/__init__.py @@ -156,7 +156,7 @@ def split_emails(txt): return email_list def validate_url(txt, throw=False): - if not url: + if not txt: return True try: