Update party_model.py
diff --git a/erpnext/patches/v4_2/party_model.py b/erpnext/patches/v4_2/party_model.py
index 27df2be..cbb00cf 100644
--- a/erpnext/patches/v4_2/party_model.py
+++ b/erpnext/patches/v4_2/party_model.py
@@ -100,7 +100,7 @@
 		where ifnull(master_type, '') in ('Customer', 'Supplier') 
 			and ifnull(master_name, '') != '' 
 			and not exists(select gle.name from `tabGL Entry` gle 
-				where gle.account = tabAccount.name);""")
+				where gle.account = tabAccount.name)""")
 		
 	accounts_not_deleted = frappe.db.sql_list("""select tabAccount.name from `tabAccount` 
 		where ifnull(master_type, '') in ('Customer', 'Supplier')