diff options
author | LaMont Jones <lamontjones@google.com> | 2022-09-30 17:46:52 +0000 |
---|---|---|
committer | LaMont Jones <lamontjones@google.com> | 2022-11-15 21:13:06 +0000 |
commit | bee4efb8742b90db543378be97247a22773c55f1 (patch) | |
tree | 78978a97939831f3d9241266f07f1e10aeca4319 /subcmds/sync.py | |
parent | f8af33c9f0ef38fbe9bd6944255738edc8d4e8c7 (diff) | |
download | git-repo-bee4efb8742b90db543378be97247a22773c55f1.tar.gz |
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 <delphij@google.com>
Tested-by: LaMont Jones <lamontjones@google.com>
Diffstat (limited to 'subcmds/sync.py')
-rw-r--r-- | subcmds/sync.py | 2 |
1 files changed, 1 insertions, 1 deletions
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. | |||
723 | # ...we'll let existing jobs finish, though. | 723 | # ...we'll let existing jobs finish, though. |
724 | if not success: | 724 | if not success: |
725 | ret = False | 725 | ret = False |
726 | err_results.append(project.relpath) | 726 | err_results.append(project.RelPath(local=opt.this_manifest_only)) |
727 | if opt.fail_fast: | 727 | if opt.fail_fast: |
728 | if pool: | 728 | if pool: |
729 | pool.close() | 729 | pool.close() |