diff options
Diffstat (limited to 'git_superproject.py')
-rw-r--r-- | git_superproject.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/git_superproject.py b/git_superproject.py index 377b9e96..4ca84a58 100644 --- a/git_superproject.py +++ b/git_superproject.py | |||
@@ -410,4 +410,6 @@ def UseSuperproject(opt, manifest): | |||
410 | if client_value is not None: | 410 | if client_value is not None: |
411 | return client_value | 411 | return client_value |
412 | else: | 412 | else: |
413 | if not manifest.superproject: | ||
414 | return False | ||
413 | return _UseSuperprojectFromConfiguration() | 415 | return _UseSuperprojectFromConfiguration() |