Skip to content

Commit 333f2f0

Browse files
committed
push: set desc explicitly
Leftover from #10190
1 parent 470c50a commit 333f2f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dvc/repo/push.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def _update_meta(index, **kwargs):
3838
remote = index.repo.cloud.get_remote(remote_name)
3939

4040
with ui.progress(
41-
f"Collecting {remote.path} on {remote.fs.protocol}",
41+
desc=f"Collecting {remote.path} on {remote.fs.protocol}",
4242
unit="entry",
4343
leave=True,
4444
) as pb:

0 commit comments

Comments
 (0)