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 8db429bf..1c38d266 100644 --- a/subcmds/sync.py +++ b/subcmds/sync.py | |||
@@ -772,7 +772,7 @@ later is required to fix a server side protocol bug. | |||
772 | # We do not support switching between the options. The environment | 772 | # We do not support switching between the options. The environment |
773 | # variable is present for testing and migration only. | 773 | # variable is present for testing and migration only. |
774 | return not project.UseAlternates | 774 | return not project.UseAlternates |
775 | print(f'\r{relpath}: project not found in manifest.', file=sys.stderr) | 775 | |
776 | return False | 776 | return False |
777 | 777 | ||
778 | def _SetPreciousObjectsState(self, project: Project, opt): | 778 | def _SetPreciousObjectsState(self, project: Project, opt): |