Skip to content

Commit

Permalink
push: set desc explicitly
Browse files Browse the repository at this point in the history
Leftover from iterative#10190
  • Loading branch information
efiop committed Dec 22, 2023
1 parent 470c50a commit 333f2f0
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 @@ -38,7 +38,7 @@ def _update_meta(index, **kwargs):
remote = index.repo.cloud.get_remote(remote_name)

with ui.progress(
f"Collecting {remote.path} on {remote.fs.protocol}",
desc=f"Collecting {remote.path} on {remote.fs.protocol}",
unit="entry",
leave=True,
) as pb:
Expand Down

0 comments on commit 333f2f0

Please sign in to comment.