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

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

Co-Authored-By: NXavier Fernandez <xav.fernandez@gmail.com>
上级 fd288ab0
......@@ -124,7 +124,7 @@ class SilentBar(Bar):
class BlueEmojiBar(IncrementalBar):
suffix = "{percent}%"
suffix = "{percent:.0f}%"
bar_prefix = " "
bar_suffix = " "
phases = (u"\U0001F539", u"\U0001F537", u"\U0001F535") # type: Any
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册