summaryrefslogtreecommitdiffstats
path: root/main.py
diff options
context:
space:
mode:
Diffstat (limited to 'main.py')
-rwxr-xr-xmain.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/main.py b/main.py
index 34dfb777..c54f9281 100755
--- a/main.py
+++ b/main.py
@@ -294,8 +294,7 @@ class _Repo(object):
294 cmd.ValidateOptions(copts, cargs) 294 cmd.ValidateOptions(copts, cargs)
295 295
296 this_manifest_only = copts.this_manifest_only 296 this_manifest_only = copts.this_manifest_only
297 # If not specified, default to using the outer manifest. 297 outer_manifest = copts.outer_manifest
298 outer_manifest = copts.outer_manifest is not False
299 if cmd.MULTI_MANIFEST_SUPPORT or this_manifest_only: 298 if cmd.MULTI_MANIFEST_SUPPORT or this_manifest_only:
300 result = cmd.Execute(copts, cargs) 299 result = cmd.Execute(copts, cargs)
301 elif outer_manifest and repo_client.manifest.is_submanifest: 300 elif outer_manifest and repo_client.manifest.is_submanifest: