We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 621acd8 commit ecd27ceCopy full SHA for ecd27ce
src/viam/robot/client.py
@@ -160,7 +160,7 @@ async def refresh(self):
160
try:
161
manager.register(Registry.lookup(subtype).create_rpc_client(rname.name, self._channel))
162
except ComponentNotFoundError:
163
- LOGGER.warn(f"Component of type {subtype} is not implemented")
+ pass
164
with self._lock:
165
self._resource_names = resource_names
166
if manager.components != self._manager.components:
0 commit comments