Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
datasets: use filename based on filename; not content
By using a hash of the content, a new file was created everytime the dataset was updated and never cleaned up. To address this, use a filename that doesn't change based on the content. Bug: #6763
- Loading branch information