#167 Flatten single-item lists from resultsdb messages into strings.
Merged by ralph. Opened by ralph.
announcement-subjects-with-lists  into  master

Download 167.patch

resultsdb publishes all of its data items as lists of single strings. Here, I
noticed a traceback in our stage environment when trying to construct
announcement subjects for some incoming messages.

So many parentheses, but the curly ones are missing ;) .

yield {key.decode('utf-8'): _decode(data[key]) for key in keys}

:thumbsup:

Much nicer, agreed!

rebased onto 980327a93f65c531f3034da46a45c4cdedd6ffd7

Pull-Request has been merged by ralph

Metadata