Skip to content

Commit 9669c0b

Browse files
jaracoxavfernandez
andauthored
Update src/pip/_internal/cli/progress_bars.py
Co-Authored-By: Xavier Fernandez <[email protected]>
1 parent fd288ab commit 9669c0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pip/_internal/cli/progress_bars.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ def update(self):
124124

125125
class BlueEmojiBar(IncrementalBar):
126126

127-
suffix = "{percent}%"
127+
suffix = "{percent:.0f}%"
128128
bar_prefix = " "
129129
bar_suffix = " "
130130
phases = (u"\U0001F539", u"\U0001F537", u"\U0001F535") # type: Any

0 commit comments

Comments
 (0)