Calling os.makedirs
fails even after we have check for directory existence.
#2484
Labels
os.makedirs
fails even after we have check for directory existence.
#2484
Looks like there is some race condition that causes
os.makedires
calls to fail randomly even after we have just checked if directory exists prior to creation.here is one example and the error is:
The text was updated successfully, but these errors were encountered: