Skip to content
Snippets Groups Projects
Commit 35c90716 authored by pcapriotti's avatar pcapriotti
Browse files

Allow openTempFile to retry when it hits a directory (#4968).

Windows returns an EACCES error instead of EEXIST when a call to `open`
fails due to an existing directory, so add a special case for this
situation.

MERGED from commit 61722120
parent 84c41020
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment