From abaa2dc35e8355af9a13d7887cf24dcb6f0f89c8 Mon Sep 17 00:00:00 2001 From: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com> Date: Tue, 18 Jan 2022 11:57:38 +0530 Subject: [PATCH] style: Fix formatting issue --- frappe/www/printview.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frappe/www/printview.py b/frappe/www/printview.py index 088c9dc403..bea1300764 100644 --- a/frappe/www/printview.py +++ b/frappe/www/printview.py @@ -251,7 +251,7 @@ def get_print_format(doctype, print_format): # server, find template module = print_format.module or frappe.db.get_value("DocType", doctype, "module") - path = os.path.join(get_module_path(module, "Print Format",print_format.name), + path = os.path.join(get_module_path(module, "Print Format", print_format.name), frappe.scrub(print_format.name) + ".html") if os.path.exists(path):