(resultsPath: str)
| 656 | |
| 657 | |
| 658 | def infoReport(resultsPath: str) -> str: |
| 659 | return summaryReport(resultsPath, 'HEAD (information)', 'headinfo', INFO_MARKER) |
| 660 | |
| 661 | |
| 662 | def messageIdReport(resultPath: str, marker: str, messageId: str, query_params: dict) -> str: |