Shalom A.
Results
1
issues of
Shalom A.
I discovered this bug while running on windows. In compilestatic.py (lines 29 and 30) it does this: ``` if path.startswith("/"): path = path[1:] ```` This obviously wouldn't work for windows...