tiqi-group / pydase

A Python library for creating remote control interfaces of Python objects.
https://pydase.readthedocs.io
MIT License
2 stars 1 forks source link

fix: improves debug message for properties (load_state decorator) #79

Closed mosmuell closed 11 months ago

mosmuell commented 11 months ago

When properties do not have a load_state decorator, a misleading log message was printed (something like "Attribute type of '...' changed from 'str' to 'str'. Ignoring value from JSON file..."). This is now removed. This also reduces the log level from info to debug.