未验证 提交 047e2497 编写于 作者: J Jason R. Coombs 提交者: GitHub

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

Co-Authored-By: NXavier Fernandez <xav.fernandez@gmail.com>
上级 9669c0b3
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册