blob: 2ca8488f39748271a1f31c9b93193d4a4daa2da2 [file] [log] [blame]
Avoid incorrect errors raised by Path.mkdir(exist_ok=True) when the OS gives
priority to errors such as EACCES over EEXIST.