Attention is currently required from: osmith.
dexter has posted comments on this change. ( https://gerrit.osmocom.org/c/pysim/+/34155 )
Change subject: sim-reset-server: fix error printing sw_match_error ......................................................................
Patch Set 1:
(1 comment)
File contrib/sim-rest-server.py:
https://gerrit.osmocom.org/c/pysim/+/34155/comment/498a8dbd_1e22f395 PS1, Line 104: failure.value
If the information inside value.error is useful, I'd suggest converting it to a string instead. […]
Unfortunately str(failure.value) didn't fix the problem. That was one of the things I tried before. This still makes me wonder, shouldn't str() work on any object?