Formatting

This commit is contained in:
Sybren A. Stüvel 2019-03-29 14:36:08 +01:00
parent ba299b2a4c
commit 4187d17f1f

View File

@ -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