flask/examples/tutorial/flaskr
Markus Heidelberg 3d03098a97 Abort if the instance folder cannot be created
According to the comment, the instance folder should exist in any case.
But a PermissionError was ignored silently.

Since Python 3.9 is the minimum required version, it is safe to use
"exist_ok" added in Python 3.2 and avoid exception handling.
2026-01-27 09:18:37 +01:00
..
static rewrite tutorial docs and example 2018-04-09 00:53:25 -07:00
templates rewrite tutorial docs and example 2018-04-09 00:53:25 -07:00
__init__.py Abort if the instance folder cannot be created 2026-01-27 09:18:37 +01:00
auth.py use ruff linter and formatter 2023-11-15 12:14:37 -08:00
blog.py use ruff linter and formatter 2023-11-15 12:14:37 -08:00
db.py add sqlite datetime converter 2024-11-01 17:18:52 -07:00
schema.sql rewrite tutorial docs and example 2018-04-09 00:53:25 -07:00