diff options
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() |