gouthambs / Flask-Blogging

A Markdown Based Python Blog Engine as a Flask Extension.
http://flask-blogging.readthedocs.org/en/latest/
MIT License
688 stars 159 forks source link

Suppress valid exception logging while testing with invalid post id's #153

Closed mar1ad closed 2 years ago

mar1ad commented 2 years ago

Function get_post_id from the SQLAStorage Class logs a valid exception when intentionally testing for an invalid post.

Fixes #152