cli: add noprogress argument for download_file in download_build

This commit is contained in:
Yuming Zhu 2017-07-12 23:05:21 +08:00 committed by Mike McLean
parent c730f2b3aa
commit 26bd419054

View file

@ -6466,7 +6466,7 @@ def anon_handle_download_build(options, session, args):
urls.append((url, os.path.basename(fname)))
for url, relpath in urls:
download_file(url, relpath, suboptions.quiet)
download_file(url, relpath, suboptions.quiet, suboptions.noprogress)
def anon_handle_download_logs(options, session, args):