Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
package_downloader: Ensure creation of intermediate directories
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.
- Loading branch information