summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--manifest.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/manifest.py b/manifest.py
index 2ac1453a..9137371f 100644
--- a/manifest.py
+++ b/manifest.py
@@ -241,6 +241,8 @@ class Manifest(object):
241 d = _Default() 241 d = _Default()
242 d.remote = self._get_remote(node) 242 d.remote = self._get_remote(node)
243 d.revision = node.getAttribute('revision') 243 d.revision = node.getAttribute('revision')
244 if d.revision == '':
245 d.revision = None
244 return d 246 return d
245 247
246 def _ParseProject(self, node): 248 def _ParseProject(self, node):