Skip to content

Commit

Permalink
fix: display an exception message when something happen during the de…
Browse files Browse the repository at this point in the history
…mo app launch
  • Loading branch information
azmeuk committed Oct 10, 2024
1 parent 709019e commit 53123fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/demoapp.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,6 @@ def create_app():
try:
populate(app)
except:
raise
app.logger.exception("Something happen during the app initialization")

return app

0 comments on commit 53123fa

Please sign in to comment.