From 4187d17f1fce2f19c4d8780d3030a6a37af16c78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Fri, 29 Mar 2019 14:36:08 +0100 Subject: [PATCH] Formatting --- pillar/api/custom_field_validation.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pillar/api/custom_field_validation.py b/pillar/api/custom_field_validation.py index e2a24661..70a205f8 100644 --- a/pillar/api/custom_field_validation.py +++ b/pillar/api/custom_field_validation.py @@ -167,7 +167,8 @@ class ValidateCustomFields(Validator): my_log = log.getChild('_normalize_coerce_markdown') mdown = self.document.get(markdown_field, '') html = markdown.markdown(mdown) - my_log.debug('Generated html for markdown field %s in doc with id %s', markdown_field, id(self.document)) + my_log.debug('Generated html for markdown field %s in doc with id %s', + markdown_field, id(self.document)) return html