summaryrefslogtreecommitdiffstats
path: root/git_superproject.py
diff options
context:
space:
mode:
Diffstat (limited to 'git_superproject.py')
-rw-r--r--git_superproject.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/git_superproject.py b/git_superproject.py
index 651da48a..7f0582cb 100644
--- a/git_superproject.py
+++ b/git_superproject.py
@@ -235,7 +235,7 @@ class Superproject(object):
235 self._superproject_path, 235 self._superproject_path,
236 file=sys.stderr) 236 file=sys.stderr)
237 return None 237 return None
238 manifest_str = self._manifest.ToXml().toxml() 238 manifest_str = self._manifest.ToXml(groups=self._manifest.GetGroupsStr()).toxml()
239 manifest_path = self._manifest_path 239 manifest_path = self._manifest_path
240 try: 240 try:
241 with open(manifest_path, 'w', encoding='utf-8') as fp: 241 with open(manifest_path, 'w', encoding='utf-8') as fp: