Skip to content

Commit 368d32c

Browse files
committed
Update for html report generation
1 parent 948bc9d commit 368d32c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

vcast_exec.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,8 @@ def runPcLintPlusMetrics(self):
343343
if self.pclp_output_html:
344344
print("Creating PC-lint Plus Findings")
345345
generate_pclp_reports.generate_html_report(self.FullMP, self.pclp_input, self.pclp_output_html)
346-
346+
self.needIndexHtml = True
347+
347348
def runReports(self):
348349
if self.aggregate:
349350
agg_rpt_name = os.path.join(self.output_dir, self.mpName + "_aggregate_report.html")

0 commit comments

Comments
 (0)