diff options
| author | Mike Schuchardt <mikes@lunarg.com> | 2021-04-28 12:10:06 -0700 |
|---|---|---|
| committer | Mike Schuchardt <mikes@lunarg.com> | 2021-04-29 13:06:56 -0700 |
| commit | 2a3bbb508520a620409e606a0c3e758a8987d5f6 (patch) | |
| tree | debf387d244aed0da6e207a2f84006c35ed27dab /scripts/generate_vulkan_wrapper.py | |
| parent | eb3d67bd17ee433e2b0a8e56a7249bd83908812e (diff) | |
| download | usermoji-2a3bbb508520a620409e606a0c3e758a8987d5f6.tar.xz | |
scripts: Switch from mkpath to makedirs
distutils.dir_util.mkpath will not re-create a directory if it has been
removed with shutil.rmtree because it caches the filesystem under the
hood. This was causing the clone retry to fail on the second iteration
every time.
Switch to using os.makedirs for equivalent functionality without the
cache.
Diffstat (limited to 'scripts/generate_vulkan_wrapper.py')
0 files changed, 0 insertions, 0 deletions
