We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 948bc9d commit 368d32cCopy full SHA for 368d32c
vcast_exec.py
@@ -343,7 +343,8 @@ def runPcLintPlusMetrics(self):
343
if self.pclp_output_html:
344
print("Creating PC-lint Plus Findings")
345
generate_pclp_reports.generate_html_report(self.FullMP, self.pclp_input, self.pclp_output_html)
346
-
+ self.needIndexHtml = True
347
+
348
def runReports(self):
349
if self.aggregate:
350
agg_rpt_name = os.path.join(self.output_dir, self.mpName + "_aggregate_report.html")
0 commit comments