Ensure util.mkdir_dash_p() fails if its target is a non-directory, and
authorTom Clegg <tom@curoverse.com>
Mon, 3 Feb 2014 16:21:05 +0000 (08:21 -0800)
committerTom Clegg <tom@curoverse.com>
Mon, 3 Feb 2014 16:21:05 +0000 (08:21 -0800)
commit36cb102dca2aba54c01b4a4d08bb7c2a2d4ad337
tree4b7be76b123241c20e0dd9c9824e7e3fae07b21a
parent4d779096453fd54437df2fdafd682b550e24861f
Ensure util.mkdir_dash_p() fails if its target is a non-directory, and
succeeds if the target directory exists after an mkdir() race with
another process.
sdk/python/.gitignore
sdk/python/arvados/util.py
sdk/python/test_util.py [new file with mode: 0644]