Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid error if temp_dir acquires .DS_Store file (#19873) #19894

Merged
merged 1 commit into from
Jan 16, 2017
Merged

Avoid error if temp_dir acquires .DS_Store file (#19873) #19894

merged 1 commit into from
Jan 16, 2017

Conversation

cormullion
Copy link
Contributor

Issue #19873. If the macOS Finder inserts a .DS_Store file while Pkg.update/Pkg.add operation is in progress, a plain rm(temp_dir) will not succeed.

Issue #19873. If the macOS Finder inserts a .DS_Store file while Pkg.update/Pkg.add operation is in progress, a plain `rm(temp_dir)` will not succeed.
@tkelman tkelman merged commit ca3b06e into JuliaLang:master Jan 16, 2017
@tkelman tkelman added backport pending 0.5 domain:packages Package management and loading labels Jan 16, 2017
tkelman pushed a commit that referenced this pull request Mar 1, 2017
Issue #19873. If the macOS Finder inserts a .DS_Store file while Pkg.update/Pkg.add operation is in progress, a plain `rm(temp_dir)` will not succeed.
(cherry picked from commit ca3b06e)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
domain:packages Package management and loading system:mac Affects only macOS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants