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

Create missing directories on unpack #2

Merged
merged 2 commits into from
Dec 21, 2018

Conversation

Soldia1138
Copy link
Contributor

@Soldia1138 Soldia1138 commented Dec 9, 2018

When merged this pull request will:

Fix an issue with the unpack command. Rust does not automatically create required subdirectories on File::create (https://doc.rust-lang.org/std/fs/struct.File.html#method.create).
Thus it is required to first create the directory itself.

Only tested this on Linux.

@Soldia1138
Copy link
Contributor Author

Once #3 is merged, I can update my branch to fix "failed" CI

@KoffeinFlummi KoffeinFlummi merged commit 718ad6e into KoffeinFlummi:master Dec 21, 2018
@jonpas jonpas added the bug fix Something is fixed label Feb 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug fix Something is fixed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants