flask/examples
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
..
celery update example project metadata 2024-11-01 18:00:39 -07:00
javascript Merge remote-tracking branch 'origin/stable' 2024-11-13 08:43:48 -08:00
tutorial Abort if the instance folder cannot be created 2026-01-27 09:18:37 +01:00