patman: Tidy up the download function a little
authorSimon Glass <sjg@chromium.org>
Mon, 10 Jan 2022 03:13:42 +0000 (20:13 -0700)
committerSimon Glass <sjg@chromium.org>
Tue, 25 Jan 2022 19:36:11 +0000 (12:36 -0700)
commit5b7968693f9c2aefea5bd50dc1f143ec3a1caa42
treeeb56a33c382bd5e881720fae07140d599bc82ce3
parent8ea6d23ffb7787c5c42b78c38466e46a43bd55ad
patman: Tidy up the download function a little

Reverse the order of the return tuple, so that the filename is first.
This seems more obvious than putting the temporary directory first.

Correct a bug that leaves a space on the final line.

Allow the caller to control the name of the temporary directory.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/buildman/toolchain.py
tools/patman/tools.py