From 333f2f04f03c189a23d53cbda6fa5e344d3481b8 Mon Sep 17 00:00:00 2001 From: Ruslan Kuprieiev Date: Fri, 22 Dec 2023 08:01:15 +0200 Subject: [PATCH] push: set desc explicitly Leftover from https://github.com/iterative/dvc/pull/10190 --- dvc/repo/push.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dvc/repo/push.py b/dvc/repo/push.py index 4a6d49a19c..d176b157b8 100644 --- a/dvc/repo/push.py +++ b/dvc/repo/push.py @@ -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: