Skip to content

Fix high-level enum read exception when quality is ATTR_INVALID

Anton Joubert requested to merge issue-498-attr-invalid-enum into develop

Instead of raising an exception, return a None value if the attribute's quality is ATTR_INVALID. This is consistent with the other data types.

Added some tests to verify this for all data types.

Closes #498 (closed)

Merge request reports

Loading