Skip to content

Commit 08899ee

Browse files
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

File tree

application.py

100755100644
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#!/usr/bin/env python
2-
31
import os
42
from app import create_app
53
from dmutils import init_manager

0 commit comments

Comments
 (0)