summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--manifest_xml.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/manifest_xml.py b/manifest_xml.py
index 1b954561..122393cf 100644
--- a/manifest_xml.py
+++ b/manifest_xml.py
@@ -443,9 +443,8 @@ class XmlManifest(object):
443 try: 443 try:
444 del self._projects[name] 444 del self._projects[name]
445 except KeyError: 445 except KeyError:
446 raise ManifestParseError( 446 raise ManifestParseError('remove-project element specifies non-existent '
447 'project %s not found' % 447 'project: %s' % name)
448 (name))
449 448
450 # If the manifest removes the hooks project, treat it as if it deleted 449 # If the manifest removes the hooks project, treat it as if it deleted
451 # the repo-hooks element too. 450 # the repo-hooks element too.