Files
third_party_vulkan-loader/scripts
Mike Schuchardt 80f0954864 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.
2021-04-29 09:11:03 -07:00
..