improve comment

This commit is contained in:
2026-03-26 16:40:16 +01:00
parent f1c81a8a43
commit ba4bed7275

View File

@@ -60,10 +60,10 @@ class Client(HandlerBase):
if node is None:
def change_callback(dictionary=self.dictionary, kind_uri=(kind, uri)):
# do not keep changed nodes in dict
dictionary.pop(kind_uri, None)
node = server.interactor_classes[kind](uri, self.node_map, change_callback)
self.dictionary[kind, uri] = node
else:
node.update_node_map(self.node_map)