From 6e63695aba0aa3851ebd9a80c33df22ca74486ef Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.dos.anjos@gmail.com> Date: Wed, 23 Oct 2019 20:19:00 +0200 Subject: [PATCH] [mirror] Do not show progress during execution --- bob/devtools/scripts/mirror.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bob/devtools/scripts/mirror.py b/bob/devtools/scripts/mirror.py index 054eda8a..76c7ea8c 100644 --- a/bob/devtools/scripts/mirror.py +++ b/bob/devtools/scripts/mirror.py @@ -196,5 +196,5 @@ def mirror( if not dry_run: from conda_build.index import MAX_THREADS_DEFAULT conda_build.api.update_index([dest_dir], check_md5=check_md5, - progress=True, verbose=False, subdir=DEFAULT_SUBDIRS, + progress=False, verbose=False, subdir=DEFAULT_SUBDIRS, threads=MAX_THREADS_DEFAULT) -- GitLab