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:35:53 -04:00 committed by GitHub
parent fd288ab0e5
commit 9669c0b312
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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