Skip to content

Commit

Permalink
ui: push: use blank pbar for the header
Browse files Browse the repository at this point in the history
Same as in `dvc fetch`.
  • Loading branch information
efiop committed Dec 23, 2023
1 parent b73754e commit 402c107
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dvc/repo/push.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def push( # noqa: PLR0913
try:
with ui.progress(
desc="Pushing",
unit="file",
bar_format="{desc}",
leave=True,
) as pb:
push_transferred, push_failed = ipush(
Expand Down

0 comments on commit 402c107

Please sign in to comment.