Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make tests multi-process friendly. (#3683)
This side effect at module import time has a race condition between the "exists" check and the "mkdir" call. The safer thing is to just call mkdir and catch the "already exists" error which is what makedirs does.
- Loading branch information