mirror of
https://github.com/tiqi-group/pydase.git
synced 2026-02-13 13:58:41 +01:00
removes read-only check from state manager's set_service_attribute_value_by_path
This commit is contained in:
@@ -216,11 +216,6 @@ class StateManager:
|
|||||||
"readonly": False,
|
"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:
|
if "full_access_path" not in serialized_value:
|
||||||
# Backwards compatibility for JSON files not containing the
|
# Backwards compatibility for JSON files not containing the
|
||||||
# full_access_path
|
# full_access_path
|
||||||
|
|||||||
Reference in New Issue
Block a user