summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorConley Owens <cco3@android.com>2013-09-25 15:06:09 -0700
committerConley Owens <cco3@android.com>2013-09-25 15:07:22 -0700
commitb6a16e6390b12b019a7e5e297639e41310375c93 (patch)
tree1b792452702a63627789129637d00b47d888b32d
parentbc0308478bc98d9b14d0b8f79ad030f474adcc6f (diff)
downloadgit-repo-b6a16e6390b12b019a7e5e297639e41310375c93.tar.gz
Give the node _Default class a destBranchExpr
This is to avoid the following AttributeError: line 681, in _ParseProject AttributeError: '_Default' object has no attribute 'destBranchExpr' Change-Id: Ia9f7e2cce1409d22d71bc8a74b33edf2b27702ca
-rw-r--r--manifest_xml.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifest_xml.py b/manifest_xml.py
index 817a1c80..e40e6fac 100644
--- a/manifest_xml.py
+++ b/manifest_xml.py
@@ -45,6 +45,7 @@ class _Default(object):
45 """Project defaults within the manifest.""" 45 """Project defaults within the manifest."""
46 46
47 revisionExpr = None 47 revisionExpr = None
48 destBranchExpr = None
48 remote = None 49 remote = None
49 sync_j = 1 50 sync_j = 1
50 sync_c = False 51 sync_c = False