From edcc802677b7be5ce810bff08b0bdccfdc71ac01 Mon Sep 17 00:00:00 2001 From: mayuehit Date: Tue, 28 Oct 2025 04:44:54 +0000 Subject: [PATCH] update api/python/yr/apis.py. Signed-off-by: mayuehit --- api/python/yr/apis.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/python/yr/apis.py b/api/python/yr/apis.py index 396b9d6..17ba8e7 100644 --- a/api/python/yr/apis.py +++ b/api/python/yr/apis.py @@ -657,7 +657,7 @@ def _check_object_ref(obj_refs: List[ObjectRef]): for ref in obj_refs: if not isinstance(ref, ObjectRef): raise TypeError( - f"obj_refs type error, actual: [{type(ref)}], element expect: ") + f"obj_refs type error, actual: [{type(obj_refs)}], element expect: ") ref.exception() -- Gitee