|
From: <qh...@us...> - 2010-01-29 06:01:03
|
Revision: 1827
http://edk2-buildtools.svn.sourceforge.net/edk2-buildtools/?rev=1827&view=rev
Author: qhuang8
Date: 2010-01-29 06:00:56 +0000 (Fri, 29 Jan 2010)
Log Message:
-----------
Add initialization of ReportList
Modified Paths:
--------------
trunk/BaseTools/Source/Python/build/BuildReport.py
Modified: trunk/BaseTools/Source/Python/build/BuildReport.py
===================================================================
--- trunk/BaseTools/Source/Python/build/BuildReport.py 2010-01-29 02:56:49 UTC (rev 1826)
+++ trunk/BaseTools/Source/Python/build/BuildReport.py 2010-01-29 06:00:56 UTC (rev 1827)
@@ -1020,6 +1020,7 @@
def __init__(self, ReportFile, ReportType):
self.ReportFile = ReportFile
if ReportFile:
+ self.ReportList = []
self.ReportType = []
if ReportType == None or "ALL" in ReportType:
self.ReportType = ["PCD", "LIBRARY", "BUILD_FLAGS", "DEPEX", "FLASH", "PREDICTION"]
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|