Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SDK: Fix
FileExistsError
s on Windows when a dataset is loaded from …
…cache `atomic_writer` is supposed to overwrite the destination file, but `os.rename` doesn't do that on Windows. We have to use `os.replace` instead.
- Loading branch information