compile_code_summary¶
- lsst.ctrl.bps.compile_code_summary(report: WmsRunReport) list[str] ¶
Add missing entries to the exit code summary if necessary.
A WMS plugin may exclude job labels for which there are no failures from the exit code summary. The function will attempt to use the job summary, if available, to add missing entries for these labels.
- Parameters:
- report
lsst.ctrl.bps.WmsRunReport
Information about a single run.
- report
- Returns: