From c36dabbc63274af242ac8cddbc5ade8bcf4c2499 Mon Sep 17 00:00:00 2001 From: Ankush Menat Date: Tue, 11 Apr 2023 11:26:47 +0530 Subject: [PATCH] chore: add removed message Not sure why this was removed --- frappe/modules/utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/frappe/modules/utils.py b/frappe/modules/utils.py index e23684d5c3..8488328da4 100644 --- a/frappe/modules/utils.py +++ b/frappe/modules/utils.py @@ -170,6 +170,7 @@ def sync_customizations_for_doctype(data: dict, folder: str, filename: str = "") if data["property_setters"]: sync("property_setters", "Property Setter", "doc_type") + print(f"Updating customizations for {doctype}") if data.get("custom_perms"): sync("custom_perms", "Custom DocPerm", "parent")