This repository was archived by the owner on May 10, 2021. It is now read-only.
This repository was archived by the owner on May 10, 2021. It is now read-only.
don't let anything download files into the repo #9
Open
Description
I think this line, and maybe others, downloads external files into the folder where the code is.
This is bad!
We need to make use of the tempdir
and tempfile
commands to write to locations outside the code repo.
There's a closely-related issue about caching, which I'll open separate issue on.