DescriptionFixing a race condition in landmines.py
Landmines.py had some logic where it would first check if a directory existed before creating it, but this was sometimes causing an exception wherein the file was reported as existing during the os.mkdirs call, even though it was not reported as existing during the os.path.exists call.
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=265532
Patch Set 1 : #
Messages
Total messages: 3 (0 generated)
|