mirror of
https://github.com/deepmodeling/Uni-Lab-OS
synced 2026-03-24 11:49:14 +00:00
ret info fix
This commit is contained in:
@@ -107,7 +107,7 @@ class Registry:
|
|||||||
raw_create_resource_schema = ros_action_to_json_schema(
|
raw_create_resource_schema = ros_action_to_json_schema(
|
||||||
self.ResourceCreateFromOuterEasy, "用于创建或更新物料资源,每次传入一个物料信息。"
|
self.ResourceCreateFromOuterEasy, "用于创建或更新物料资源,每次传入一个物料信息。"
|
||||||
)
|
)
|
||||||
raw_create_resource_schema["properties"]["result"] = create_resource_schema["properties"]["result"]
|
raw_create_resource_schema["properties"]["result"]["properties"]["return_info"] = create_resource_schema["properties"]["result"]
|
||||||
|
|
||||||
self.device_type_registry.update(
|
self.device_type_registry.update(
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user