mirror of
https://github.com/tiqi-group/pydase.git
synced 2026-01-18 09:52:24 +01:00
updates data service observer's cache dict check
This commit is contained in:
@@ -37,7 +37,7 @@ class DataServiceObserver(Observer):
|
||||
full_access_path
|
||||
)
|
||||
)
|
||||
if cache_value_dict is not None:
|
||||
if cache_value_dict != {}:
|
||||
cache_value = cache_value_dict["value"]
|
||||
self.state_manager._data_service_cache.update_cache(
|
||||
full_access_path,
|
||||
|
||||
Reference in New Issue
Block a user