From 0c72388975fe99e4d4caf26b15a19b1ac02d4577 Mon Sep 17 00:00:00 2001 From: Xuwznln <18435084+Xuwznln@users.noreply.github.com> Date: Mon, 9 Jun 2025 07:55:33 +0800 Subject: [PATCH] fix handler_key uppercase --- unilabos/registry/registry.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unilabos/registry/registry.py b/unilabos/registry/registry.py index a160272..03d4899 100644 --- a/unilabos/registry/registry.py +++ b/unilabos/registry/registry.py @@ -87,7 +87,7 @@ class Registry: ), "handles": { "output": [{ - "handler_key": "Labware", + "handler_key": "labware", "label": "Labware", "data_type": "resource", "data_source": "handle",