_frontend/widget.py: Defend against empty string message detail
It appears we have some cases of empty detail strings that are not None, this was resulting in an IndexError when trying to strip the trailing newline from the message.detail.splitlines() result.
Loading
Please register or sign in to comment