Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(utility): fix the FileExistsError when using cache with multiprocess
When using cache with multiprocess, the result will not necessarily stay true after asserting `os.path.exists(cache_path) == True`. Add `exist_ok` when calling `os.makedirs` to fix this problem. PR Closed: #1113
- Loading branch information