Skip to content
This repository has been archived by the owner on May 29, 2018. It is now read-only.

Windows support - deletion of read-only files #15

Merged
merged 2 commits into from
Sep 23, 2015

Conversation

alexsaveliev
Copy link
Contributor

When we were failed to delete file, let's try to clear read-only mark and retry deletion. Some programs (i.e. git) marks their files as read-only and shutil.rmtree fails to remove them

- when we were failed to delete file, let's try to clear READONLY mark and retry deletion. Some programs (i.e. git) marks their files as read-only and shutil.rmtree fails to remove them
beyang added a commit that referenced this pull request Sep 23, 2015
Windows support - deletion of read-only files
@beyang beyang merged commit 6bd98a6 into sourcegraph:master Sep 23, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants