commit | 5b7968693f9c2aefea5bd50dc1f143ec3a1caa42 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Jan 09 20:13:42 2022 -0700 |
committer | Simon Glass <sjg@chromium.org> | Tue Jan 25 12:36:11 2022 -0700 |
tree | eb56a33c382bd5e881720fae07140d599bc82ce3 | |
parent | 8ea6d23ffb7787c5c42b78c38466e46a43bd55ad [diff] |
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>