Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: handles race condition on parallel config directory creation (#285)
In parallel runs of the regression tests, the compilation server might fail when checking/loading the config file. This change handles the specific case where those files are checked as non existent, but when they attempting to create it, they would return `FileExistsError`. examples: [1](https://github.com/CentML/playground/actions/runs/9601931045) [2](https://github.com/CentML/playground/actions/runs/9601633511) If you think this should be handled some other way, just let me know and i'll make the change.
- Loading branch information