Skip to content

Commit 8388625

Browse files
committed
remove percent counter
1 parent 420ee74 commit 8388625

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/idf_tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ def download(url, destination): # type: (str, str) -> Optional[Exception]
483483
else:
484484
ctx = None
485485

486-
urlretrieve_ctx(url, destination, report_progress if not global_non_interactive else None, context=ctx)
486+
urlretrieve_ctx(url, destination, None, context=ctx)
487487
sys.stdout.write('\rDone\n')
488488
return None
489489
except Exception as e:

0 commit comments

Comments
 (0)