Update src/pip/_internal/cli/progress_bars.py

Co-Authored-By: Xavier Fernandez <xav.fernandez@gmail.com>
This commit is contained in:
Jason R. Coombs 2020-03-08 18:36:01 -04:00 committed by GitHub
parent 9669c0b312
commit 047e249767
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -203,7 +203,7 @@ class BaseDownloadProgressBar(WindowsMixin, InterruptibleMixin,
DownloadProgressMixin):
file = sys.stdout
message = "{percent}%"
message = "{percent:.0f}%"
suffix = "{downloaded} {download_speed} {pretty_eta}"
# NOTE: The "type: ignore" comments on the following classes are there to