Skip to content

Avoid AttributeError with py3

Carlos Falcon requested to merge cmft80/taurus:fix_py2py3_issue into develop

AttributeError: 'ValueError' object has no attribute 'message' ocurrs during an exception in extra_qwt.image classes. Message member does not exist in Py3.

Fix it, using string representation instead.

Merge request reports