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.
:+1:
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
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.