Skip to content

Fix Path::create_directories with absolut path#93

Merged
mitsuhiko merged 3 commits intogetsentry:masterfrom
tguyard:master
Nov 27, 2019
Merged

Fix Path::create_directories with absolut path#93
mitsuhiko merged 3 commits intogetsentry:masterfrom
tguyard:master

Conversation

@tguyard
Copy link
Copy Markdown
Contributor

@tguyard tguyard commented Nov 21, 2019

Unix create_directories was trying to create a dir with
an empty path, when suppling absolut path (starting with a '/').
We just skip the first char when trying to detect '/' in the path

'WINHTTP_ACCESS_TYPE_NO_PROXY' is not available on windows 7
Unix create_directories was trying to create a dir with
an empty path, when suppling absolut path (starting with a '/').
We just skip the first char when trying to detect '/' in the path
@mitsuhiko mitsuhiko merged commit 113de25 into getsentry:master Nov 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants