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

Update mkdir when it needs to create more than one path #34

Merged
merged 1 commit into from
Nov 13, 2023
Merged

Update mkdir when it needs to create more than one path #34

merged 1 commit into from
Nov 13, 2023

Conversation

tomaklutfu
Copy link
Contributor

Use mkpath instead of mkdir. The latter errors out if it needs to create more than one path. For example, my home directory did not have ~/.local/share so it caused errors.

Use `mkpath` instead of `mkdir`. The latter errors out if it needs to create more than one path. For example, my home directory did not have `~/.local/share` so it caused errors.
@disberd
Copy link
Member

disberd commented Nov 13, 2023

Thanks! I am planning to move to Scratch.jl for automatic GC in the next release but let's merge and bump this till I finalize the next changes

@disberd disberd merged commit 3433295 into JuliaPluto:main Nov 13, 2023
@tomaklutfu tomaklutfu deleted the tomaklutfu-patch-1 branch November 13, 2023 07:11
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.

2 participants