File: message-parsing-resilience-534da532515a15da.yaml

package info (click to toggle)
python-sushy 5.5.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, trixie
  • size: 2,620 kB
  • sloc: python: 14,026; makefile: 24; sh: 2
file content (10 lines) | stat: -rw-r--r-- 486 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
---
fixes:
  - |
    Makes message parsing more resilient by handling the case where the message
    ID only contains a message key and no registry name. In this case, fall
    back to the ``Messages`` message registry file and then to the
    ``BaseMessages`` message registry file. If the message ID cannot be found,
    then set the message to ``unknown``.  When parsing messages, if not enough
    arguments were supplied, then fill in the remaining arguments with
    ``unknown``.