|
From: <qh...@us...> - 2010-02-24 07:12:53
|
Revision: 1892
http://edk2-buildtools.svn.sourceforge.net/edk2-buildtools/?rev=1892&view=rev
Author: qhuang8
Date: 2010-02-24 07:12:46 +0000 (Wed, 24 Feb 2010)
Log Message:
-----------
Fix typo in platform summary report.
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-02-24 03:27:13 UTC (rev 1891)
+++ trunk/BaseTools/Source/Python/build/BuildReport.py 2010-02-24 07:12:46 UTC (rev 1892)
@@ -1327,7 +1327,7 @@
FileWrite(File, "Platform Summary")
FileWrite(File, "Platform Name: %s" % self.PlatformName)
FileWrite(File, "Platform DSC Path: %s" % self.PlatformDscPath)
- FileWrite(File, "Platform DSC Path: %s" % self.Architectures)
+ FileWrite(File, "Architectures: %s" % self.Architectures)
FileWrite(File, "Tool Chain: %s" % self.ToolChain)
FileWrite(File, "Target: %s" % self.Target)
FileWrite(File, "Output Path: %s" % self.OutputPath)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|