encode / apistar

The Web API toolkit. 🛠
https://docs.apistar.com
BSD 3-Clause "New" or "Revised" License
5.57k stars 411 forks source link

Cannot use os.path.join as it results in backslash in Windows, but jinja only accepts forward slashes. #635

Closed vavalomi closed 5 years ago

vavalomi commented 5 years ago

Cannot use os.path.join as it results in backslash in Windows, but jinja only accepts forward slashes. https://github.com/pallets/jinja/issues/711#issuecomment-300070379

vavalomi commented 5 years ago

The build is failing with the errors not related to this PR

tomchristie commented 5 years ago

Got there in the end. Now resolved.