fix: Do not print frontmatter error logs (#7950)
This commit is contained in:
parent
c86ca789e0
commit
c11aea8611
1 changed files with 1 additions and 2 deletions
|
|
@ -246,8 +246,7 @@ def setup_source(page_info):
|
|||
page_info.update(res['attributes'])
|
||||
source = res['body']
|
||||
except Exception as e:
|
||||
print('Error parsing ' + page_info.template)
|
||||
print(e)
|
||||
pass
|
||||
|
||||
source = frappe.utils.md_to_html(source)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue