mirror of
https://github.com/tiqi-group/pydase.git
synced 2025-06-05 05:00:40 +02:00
removes read-only check from state manager's set_service_attribute_value_by_path
This commit is contained in:
parent
bfe2d82c0b
commit
1fb296c3c1
@ -216,11 +216,6 @@ class StateManager:
|
||||
"readonly": False,
|
||||
}
|
||||
|
||||
# This will also filter out methods as they are 'read-only'
|
||||
if current_value_dict["readonly"]:
|
||||
logger.debug("Attribute '%s' is read-only. Ignoring new value...", path)
|
||||
return
|
||||
|
||||
if "full_access_path" not in serialized_value:
|
||||
# Backwards compatibility for JSON files not containing the
|
||||
# full_access_path
|
||||
|
Loading…
x
Reference in New Issue
Block a user