Commit 08899ee
committed
Mark application.py as not executable
This is a workaround for a change in Werkzeug 0.15.x (see pallets/werkzeug#1242).
The reloading server used by `make run-app` won't preserve the Python
executable if the running Python script is executable; this is a problem
if you want to use a specific version of Python (say if you are in a
venv).1 parent 20604e0 commit 08899ee
1 file changed
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | 1 | | |
4 | 2 | | |
5 | 3 | | |
| |||
0 commit comments