mirror of
https://github.com/deepmodeling/Uni-Lab-OS
synced 2026-04-25 21:32:39 +00:00
Fix skills exec error with action type
This commit is contained in:
@@ -1175,6 +1175,7 @@ class HostNode(BaseROS2DeviceNode):
|
||||
|
||||
resource_response = http_client.resource_tree_get(uuid_list, with_children)
|
||||
response.response = json.dumps(resource_response)
|
||||
self.lab_logger().trace(f"[Host Node-Resource] Resource tree get request callback {response.response}")
|
||||
|
||||
async def _resource_tree_action_remove_callback(self, data: dict, response: SerialCommand_Response):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user