We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 470c50a commit 333f2f0Copy full SHA for 333f2f0
dvc/repo/push.py
@@ -38,7 +38,7 @@ def _update_meta(index, **kwargs):
38
remote = index.repo.cloud.get_remote(remote_name)
39
40
with ui.progress(
41
- f"Collecting {remote.path} on {remote.fs.protocol}",
+ desc=f"Collecting {remote.path} on {remote.fs.protocol}",
42
unit="entry",
43
leave=True,
44
) as pb:
0 commit comments