Bug 835309 - Look at .xpi file contents when unifying them for universal builds. r=gps
This commit is contained in:
@@ -128,5 +128,10 @@ class ErrorCollector(object):
|
||||
if count:
|
||||
raise AccumulatedErrors()
|
||||
|
||||
@property
|
||||
def count(self):
|
||||
# _count can be None.
|
||||
return self._count if self._count else 0
|
||||
|
||||
|
||||
errors = ErrorCollector()
|
||||
|
||||
Reference in New Issue
Block a user