1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00

Remove outdated comment in operations.prepare

There are several reasons why we don't trace progress as indicated a few
lines above.
This commit is contained in:
Chris Hunt 2019-11-29 10:21:24 -05:00
parent 4659fe16bd
commit 46adcc89a6

View file

@ -157,7 +157,7 @@ def _prepare_download(
progress_indicator = _progress_indicator
if show_progress: # We don't show progress on cached responses
if show_progress:
progress_indicator = DownloadProgressProvider(
progress_bar, max=total_length
)