Closed ahyangyi closed 1 year ago
Superseded by 83e0443 Setting properties to None is not a good solution IMO, it should give AttributeError like any other non-existing attribute. So I used a slightly different approach to fix CallbackManager for non-vehicles.
Things other than vehicles have callbacks but no properties. Hence, setting
properties
toNone
gives an easy way to avoid looking into it when it might not exist.