driplineorg / dripline-python

python implementation of project8/dripline
Apache License 2.0
3 stars 6 forks source link

incorrectly raised exception #130

Closed laroque closed 3 years ago

laroque commented 3 years ago

Here: https://github.com/driplineorg/dripline-python/blob/9d2e790b0305ec03627bee4f441b1b661930c364/dripline/implementations/ethernet_scpi_service.py#L139

the second argument needs to be a string. I think it should be passed as str(err) instead of err; but I can't branch and test the fix right now.