mirror of
https://github.com/deepmodeling/Uni-Lab-OS
synced 2026-04-25 14:06:01 +00:00
Fix skills exec error with action type
This commit is contained in:
@@ -152,6 +152,7 @@ class HTTPClient:
|
||||
logger.error(f"查询物料失败: {response.text}")
|
||||
else:
|
||||
data = res["data"]["nodes"]
|
||||
logger.trace(f"resource_tree_get查询到物料: {data}")
|
||||
return data
|
||||
else:
|
||||
logger.error(f"查询物料失败: {response.text}")
|
||||
|
||||
Reference in New Issue
Block a user