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

package_downloader: Ensure creation of intermediate directories #1876

Merged
merged 1 commit into from
Nov 21, 2024

Conversation

m-blaha
Copy link
Member

@m-blaha m-blaha commented Nov 20, 2024

Packages in repositories are typically stored in a multi-level directory
structure. Previously, the download() method only created the final
directory in the destination path, failing if any intermediate
directories were missing. This patch ensures the entire destination path
is created.

Packages in repositories are typically stored in a multi-level directory
structure. Previously, the `download()` method only created the final
directory in the destination path, failing if any intermediate
directories were missing. This patch ensures the entire destination path
is created.
@kontura kontura added this pull request to the merge queue Nov 21, 2024
Merged via the queue into main with commit a14871d Nov 21, 2024
18 of 20 checks passed
@kontura kontura deleted the mblaha/intermediate branch November 21, 2024 08: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