Skip to content

Fix issue, that class_properties are not inherited from base device classes.

Zortaniac requested to merge zortaniac/pytango:develop into develop

During creation of device classes attributes and properties are inherited from the base class by checking is_tango_object. Unfortunately class_property is missing from that list, causing inherited class properties to entirely vanish from derived classes.

Edited by Zortaniac

Merge request reports