Fixing a race condition in landmines.py
commitd99e6bfe45c78b5ef9a947041c860366b1fa85f8
authorsmut@google.com <smut@google.com@0039d316-1c4b-4281-b951-d872f2087c98>
Wed, 23 Apr 2014 04:19:23 +0000 (23 04:19 +0000)
committersmut@google.com <smut@google.com@0039d316-1c4b-4281-b951-d872f2087c98>
Wed, 23 Apr 2014 04:19:23 +0000 (23 04:19 +0000)
treecea0926e48c60c1e10a4c0ac849a44179cbf0cf2
parent8ce763fc72da82d43da6f76a9e8d872badea70ca
Fixing 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.

Review URL: https://codereview.chromium.org/248343003

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@265532 0039d316-1c4b-4281-b951-d872f2087c98
build/landmines.py