diff options
Diffstat (limited to 'subcmds/sync.py')
-rw-r--r-- | subcmds/sync.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/subcmds/sync.py b/subcmds/sync.py index c1655159..baee6b23 100644 --- a/subcmds/sync.py +++ b/subcmds/sync.py | |||
@@ -694,10 +694,10 @@ later is required to fix a server side protocol bug. | |||
694 | load_local_manifests: Whether to load local manifests. | 694 | load_local_manifests: Whether to load local manifests. |
695 | """ | 695 | """ |
696 | if manifest_name: | 696 | if manifest_name: |
697 | # Override calls _Unload already | 697 | # Override calls Unload already |
698 | self.manifest.Override(manifest_name, load_local_manifests=load_local_manifests) | 698 | self.manifest.Override(manifest_name, load_local_manifests=load_local_manifests) |
699 | else: | 699 | else: |
700 | self.manifest._Unload() | 700 | self.manifest.Unload() |
701 | 701 | ||
702 | def UpdateProjectList(self, opt): | 702 | def UpdateProjectList(self, opt): |
703 | new_project_paths = [] | 703 | new_project_paths = [] |