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 f5584dc8..c1655159 100644 --- a/subcmds/sync.py +++ b/subcmds/sync.py | |||
@@ -976,7 +976,7 @@ later is required to fix a server side protocol bug. | |||
976 | file=sys.stderr) | 976 | file=sys.stderr) |
977 | 977 | ||
978 | mp = self.manifest.manifestProject | 978 | mp = self.manifest.manifestProject |
979 | is_standalone_manifest = mp.config.GetString('manifest.standalone') | 979 | is_standalone_manifest = bool(mp.standalone_manifest_url) |
980 | if not is_standalone_manifest: | 980 | if not is_standalone_manifest: |
981 | mp.PreSync() | 981 | mp.PreSync() |
982 | 982 | ||