flyingcircusio / batou

batou is a universal, fractal deployment utility using Python.
https://batou.readthedocs.org
Other
47 stars 12 forks source link

Make ensure_path_nonexistent race condition aware #429

Closed elikoga closed 5 months ago

elikoga commented 6 months ago

This is susceptible to the same race conditions as the implementation from before, however it is able to notice the race condition and fail accordingly.

closes #275