Skip to content

2021-February-15 - Prerelease - 2.6.72@d0171b5e5d

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 15 Feb 05:23
d0171b5
Fix download file unzip folder move (#8862)

Overview:
- fixes downloaded map extraction folder name
- cleans up FileUtils

Problem: we download to a temp file and it is the temp file that is moved
(without rename) to the downloaded-maps folder.

Fix: Instead of downloading to an arbitrary temp file, we instead create
a temp folder and download to a file that has the target file name.
We then extract that into downloadedMaps with the correct folder name.

This problem was introduced when handling the case of variants being extracted
from downloadedMaps folder and expanded in place.