mirror of https://github.com/mitsuhiko/flask.git
Browse Source
When a SyntaxError occurrs in a package's `__init__.py` file, Python seems to leave an empty module in `sys.modules`. This will result in any request after the first to give you a `NoAppException` instead of the `SyntaxError` again. Fixes #2423pull/2588/head
Segev Finer
7 years ago
1 changed files with 5 additions and 0 deletions
Loading…
Reference in new issue