From a60002726a5bb5e65ce6a937eabaaa3d31faf24f Mon Sep 17 00:00:00 2001 From: lasalesi Date: Thu, 8 Mar 2018 11:18:21 +0100 Subject: [PATCH] corrected trailing whitespace (codacy) --- frappe/utils/pdf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frappe/utils/pdf.py b/frappe/utils/pdf.py index 714e3da13d..7fa4dca5b1 100644 --- a/frappe/utils/pdf.py +++ b/frappe/utils/pdf.py @@ -88,7 +88,7 @@ def read_options_from_html(html): options.update(prepare_header_footer(soup)) toggle_visible_pdf(soup) - + # use regex instead of soup-parser for attr in ("margin-top", "margin-bottom", "margin-left", "margin-right", "page-size"): try: