diff options
Diffstat (limited to 'main.py')
-rwxr-xr-x | main.py | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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: |