You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
downloadAndUnZip: refactor out three separate functions
Logically, `downloadAndUnZip()` does three things:
- generate a temporary file path
- download a file to that path
- unzip the downloaded file and delete it
Let's refactor this function to make this separation explicit, and
individually reusable.
Signed-off-by: Johannes Schindelin <[email protected]>
0 commit comments