Closed cejkato2 closed 3 years ago
Unsupported str causes exception in the following code: trap.send(json.dumps(j))
trap.send(json.dumps(j))
This PR should fix this issue (adding this support). The test pytrap/test/pytrapmodule_unittest.py fails for the previous version.
pytrap/test/pytrapmodule_unittest.py
Unsupported str causes exception in the following code:
trap.send(json.dumps(j))
This PR should fix this issue (adding this support). The test
pytrap/test/pytrapmodule_unittest.py
fails for the previous version.