From b6a16e6390b12b019a7e5e297639e41310375c93 Mon Sep 17 00:00:00 2001 From: Conley Owens Date: Wed, 25 Sep 2013 15:06:09 -0700 Subject: [PATCH] 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 --- manifest_xml.py | 1 + 1 file changed, 1 insertion(+) 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): """Project defaults within the manifest.""" revisionExpr = None + destBranchExpr = None remote = None sync_j = 1 sync_c = False