(resultPath: str, messageId: str)
| 741 | |
| 742 | |
| 743 | def infoMessageIdTodayReport(resultPath: str, messageId: str) -> str: |
| 744 | return messageIdTodayReport(resultPath, messageId, INFO_MARKER) |
| 745 | |
| 746 | |
| 747 | # TODO: needs to dinicate that it returns 'tuple[str, str]' but that isn't supported until Python 3.9 |
no test coverage detected