Преглед изворни кода

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
Conley Owens пре 12 година
родитељ
комит
b6a16e6390
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      manifest_xml.py

+ 1 - 0
manifest_xml.py

@@ -45,6 +45,7 @@ class _Default(object):
   """Project defaults within the manifest."""
   """Project defaults within the manifest."""
 
 
   revisionExpr = None
   revisionExpr = None
+  destBranchExpr = None
   remote = None
   remote = None
   sync_j = 1
   sync_j = 1
   sync_c = False
   sync_c = False