(self)
| 252 | # Generate the scan report |
| 253 | # |
| 254 | def GenReport(self): |
| 255 | EdkLogger.quiet("Generating report ...") |
| 256 | EccGlobalData.gDb.TblReport.ToCSV(self.ReportFile) |
| 257 | EdkLogger.quiet("Generating report done!") |
| 258 | |
| 259 | def GetRealPathCase(self, path): |
| 260 | TmpPath = path.rstrip(os.sep) |