This repository has been archived by the owner on Dec 17, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix tempfile naming in download manager (#195)
When multiple files with same name, but different extension are submitted for download concurrently, there was a conflict with the filename. This change fixes by adding ".tmp" to filename instead of replacing the whole extension.
- Loading branch information