From bee4efb8742b90db543378be97247a22773c55f1 Mon Sep 17 00:00:00 2001 From: LaMont Jones Date: Fri, 30 Sep 2022 17:46:52 +0000 Subject: subcmds: display correct path multitree messages Correct usage of project.relpath for multi manifest workspaces. Change-Id: Idc32873552fcdae6eec7b03dde2b2f31134b72fd Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/347534 Reviewed-by: Xin Li Tested-by: LaMont Jones --- subcmds/sync.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'subcmds/sync.py') diff --git a/subcmds/sync.py b/subcmds/sync.py index 862c7e2c..1ed37cef 100644 --- a/subcmds/sync.py +++ b/subcmds/sync.py @@ -723,7 +723,7 @@ later is required to fix a server side protocol bug. # ...we'll let existing jobs finish, though. if not success: ret = False - err_results.append(project.relpath) + err_results.append(project.RelPath(local=opt.this_manifest_only)) if opt.fail_fast: if pool: pool.close() -- cgit v1.2.3-54-g00ecf