OK, it’s a bit more subtle - `TGZ.extract()` is ac...
# general
h
OK, it’s a bit more subtle -
TGZ.extract()
is actually fine and does not remove anything. The problem is that the unpacking code unpacks into a tmpdir and then overwrites the directory that the tarball was downloaded into with the tmpdir.