summaryrefslogtreecommitdiffstats
path: root/git_superproject.py
diff options
context:
space:
mode:
Diffstat (limited to 'git_superproject.py')
-rw-r--r--git_superproject.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/git_superproject.py b/git_superproject.py
index 237e57e1..299d2537 100644
--- a/git_superproject.py
+++ b/git_superproject.py
@@ -92,7 +92,8 @@ class Superproject(object):
92 self._branch = manifest.branch 92 self._branch = manifest.branch
93 self._repodir = os.path.abspath(repodir) 93 self._repodir = os.path.abspath(repodir)
94 self._superproject_dir = superproject_dir 94 self._superproject_dir = superproject_dir
95 self._superproject_path = os.path.join(self._repodir, superproject_dir) 95 self._superproject_path = manifest.SubmanifestInfoDir(manifest.path_prefix,
96 superproject_dir)
96 self._manifest_path = os.path.join(self._superproject_path, 97 self._manifest_path = os.path.join(self._superproject_path,
97 _SUPERPROJECT_MANIFEST_NAME) 98 _SUPERPROJECT_MANIFEST_NAME)
98 git_name = '' 99 git_name = ''