mirror of
https://github.com/tiqi-group/pydase.git
synced 2025-04-21 16:50:02 +02:00
updates data service observer's cache dict check
This commit is contained in:
parent
df571a8260
commit
3992f491c9
@ -37,7 +37,7 @@ class DataServiceObserver(Observer):
|
|||||||
full_access_path
|
full_access_path
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
if cache_value_dict is not None:
|
if cache_value_dict != {}:
|
||||||
cache_value = cache_value_dict["value"]
|
cache_value = cache_value_dict["value"]
|
||||||
self.state_manager._data_service_cache.update_cache(
|
self.state_manager._data_service_cache.update_cache(
|
||||||
full_access_path,
|
full_access_path,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user