cli: add noprogress argument for download_file in download_build
This commit is contained in:
parent
c730f2b3aa
commit
26bd419054
1 changed files with 1 additions and 1 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue