Skip to content

Commit 047e249

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

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
@@ -203,7 +203,7 @@ class BaseDownloadProgressBar(WindowsMixin, InterruptibleMixin,
203203
DownloadProgressMixin):
204204

205205
file = sys.stdout
206-
message = "{percent}%"
206+
message = "{percent:.0f}%"
207207
suffix = "{downloaded} {download_speed} {pretty_eta}"
208208

209209
# NOTE: The "type: ignore" comments on the following classes are there to

0 commit comments

Comments
 (0)